You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/04/16 10:59:56 UTC

svn commit: r934715 - /james/server/trunk/pom.xml

Author: norman
Date: Fri Apr 16 08:59:55 2010
New Revision: 934715

URL: http://svn.apache.org/viewvc?rev=934715&view=rev
Log:
Try to fix derby pom problems

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=934715&r1=934714&r2=934715&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Apr 16 08:59:55 2010
@@ -823,7 +823,14 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.5.3.0</version>
+      <version>${derby.version}</version>
+      <scope>runtime</scope>
+    </dependency>
+    <!--  workaround for derby -->
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby-project</artifactId>
+      <version>${derby.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -1115,6 +1122,7 @@
     <javax.mail.groupId>javax.mail</javax.mail.groupId>
     <javax.mail.artifactId>mail</javax.mail.artifactId>
     <productName>Apache-James Mail Server</productName>
+    <derby.version>10.5.3.0</derby.version>
   </properties>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org