Add derby in jetty plugin dependencies

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@504527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-02-07 12:36:47 +00:00
parent 0826af99ee
commit a9a55fb513

View File

@ -264,6 +264,13 @@
</systemProperty>
</systemProperties>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.1.3.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>