You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/09/06 15:00:02 UTC

svn commit: r993014 - /incubator/esme/trunk/server/pom.xml

Author: rhirsch
Date: Mon Sep  6 13:00:02 2010
New Revision: 993014

URL: http://svn.apache.org/viewvc?rev=993014&view=rev
Log:
[ESME-265] Generic Task to prepare for 1.1 release
Problem regarding used but undefined dependencies in pom.xml

Modified:
    incubator/esme/trunk/server/pom.xml

Modified: incubator/esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=993014&r1=993013&r2=993014&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Mon Sep  6 13:00:02 2010
@@ -218,7 +218,6 @@
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
             <version>10.5.3.0_1</version>
-            <scope>test</scope>
         </dependency>       
         <dependency>
             <groupId>junit</groupId>