[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:
Maria Odea B. Ching 2008-03-27 07:50:11 +00:00
parent 8a21f09499
commit 830058179f
1 changed files with 6 additions and 0 deletions

View File

@ -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>