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 er...@apache.org on 2010/09/21 19:40:52 UTC

svn commit: r999516 - in /james/imap/trunk: jdbc/pom.xml parent/pom.xml

Author: eric
Date: Tue Sep 21 17:40:52 2010
New Revision: 999516

URL: http://svn.apache.org/viewvc?rev=999516&view=rev
Log:
Add missing dependency and upgrade dbcp to align on server projects.

Modified:
    james/imap/trunk/jdbc/pom.xml
    james/imap/trunk/parent/pom.xml

Modified: james/imap/trunk/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/jdbc/pom.xml?rev=999516&r1=999515&r2=999516&view=diff
==============================================================================
--- james/imap/trunk/jdbc/pom.xml (original)
+++ james/imap/trunk/jdbc/pom.xml Tue Sep 21 17:40:52 2010
@@ -42,6 +42,14 @@
       <artifactId>james-server-core-library</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

Modified: james/imap/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=999516&r1=999515&r2=999516&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Tue Sep 21 17:40:52 2010
@@ -392,7 +392,13 @@
       <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
-        <version>1.2.1</version> 
+        <version>1.3</version>
+        <exclusions>
+          <exclusion>
+            <artifactId>xercesImpl</artifactId>
+            <groupId>xerces</groupId>
+          </exclusion>
+        </exclusions>
       </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>



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