mirror of https://github.com/apache/archiva.git
[MRM-688]
-adding back jasper-compiler-jdt as dependency (this is needed for jsp support) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@641729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a21f09499
commit
830058179f
|
@ -123,6 +123,12 @@
|
|||
<version>1.0.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>tomcat</groupId>
|
||||
<artifactId>jasper-compiler-jdt</artifactId>
|
||||
<version>5.5.15</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue