mirror of https://github.com/apache/openjpa.git
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:
parent
982b643868
commit
28f7b7e744
|
@ -94,6 +94,7 @@
|
||||||
<include>commons-lang:commons-lang</include>
|
<include>commons-lang:commons-lang</include>
|
||||||
<include>commons-collections:commons-collections</include>
|
<include>commons-collections:commons-collections</include>
|
||||||
<include>commons-pool:commons-pool</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-jta_1.1_spec</include>
|
||||||
<include>org.apache.geronimo.specs:geronimo-jpa_2.0_spec</include>
|
<include>org.apache.geronimo.specs:geronimo-jpa_2.0_spec</include>
|
||||||
|
|
|
@ -419,6 +419,11 @@
|
||||||
<groupId>org.apache.derby</groupId>
|
<groupId>org.apache.derby</groupId>
|
||||||
<artifactId>derby</artifactId>
|
<artifactId>derby</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-logging</groupId>
|
||||||
|
<artifactId>commons-logging</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- excluded optional dependency that user should provide with BV impl
|
<!-- excluded optional dependency that user should provide with BV impl
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
|
|
Loading…
Reference in New Issue