You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/07/20 23:55:13 UTC

svn commit: r966030 - in /openjpa/trunk/openjpa-project: assembly.xml pom.xml

Author: dwoods
Date: Tue Jul 20 21:55:12 2010
New Revision: 966030

URL: http://svn.apache.org/viewvc?rev=966030&view=rev
Log:
OPENJPA-1735 Add missing commons-logging artifact to binary assembly (it is in openjpa-all.jar)

Modified:
    openjpa/trunk/openjpa-project/assembly.xml
    openjpa/trunk/openjpa-project/pom.xml

Modified: openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/assembly.xml?rev=966030&r1=966029&r2=966030&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/assembly.xml (original)
+++ openjpa/trunk/openjpa-project/assembly.xml Tue Jul 20 21:55:12 2010
@@ -94,6 +94,7 @@
                 <include>commons-lang:commons-lang</include>
                 <include>commons-collections:commons-collections</include>
                 <include>commons-pool:commons-pool</include>
+                <include>commons-logging:commons-logging</include>
 
                 <include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
                 <include>org.apache.geronimo.specs:geronimo-jpa_2.0_spec</include>

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=966030&r1=966029&r2=966030&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Tue Jul 20 21:55:12 2010
@@ -419,6 +419,11 @@
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+
         <!-- excluded optional dependency that user should provide with BV impl
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>