OPENJPA-1735 Add missing commons-logging artifact to binary assembly (it is in openjpa-all.jar)

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@966030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-07-20 21:55:12 +00:00
parent 982b643868
commit 28f7b7e744
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>