mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@421284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca60ebbf73
commit
91e6c64f1e
|
@ -75,7 +75,7 @@ maven.repo.apache.scp.executable=scp
|
||||||
ant_version=1.6
|
ant_version=1.6
|
||||||
geronimo_spec_j2ee_version=1.0
|
geronimo_spec_j2ee_version=1.0
|
||||||
concurrent_version=1.3.4
|
concurrent_version=1.3.4
|
||||||
commons_logging_version=1.0.4
|
commons_logging_version=1.1
|
||||||
log4j_version=1.2.12
|
log4j_version=1.2.12
|
||||||
junit_version=3.8.1
|
junit_version=3.8.1
|
||||||
jmock_version=1.0.1
|
jmock_version=1.0.1
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -255,7 +255,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.4</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue