mirror of https://github.com/apache/activemq.git
[AMQ-8572] Remove unsued commons-lang3 dependency
This commit is contained in:
parent
84c193df81
commit
4fa107e896
|
@ -131,11 +131,6 @@
|
|||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons-lang-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.servicemix.bundles</groupId>
|
||||
<artifactId>org.apache.servicemix.bundles.josql</artifactId>
|
||||
|
|
|
@ -102,12 +102,6 @@
|
|||
<artifactId>activemq-kahadb-store</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons-lang-version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<feature version="${project.version}">activemq-client</feature>
|
||||
<bundle dependency="true">mvn:commons-io/commons-io/${commons-io-version}</bundle>
|
||||
<bundle dependency="true">mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
|
||||
<bundle dependency="true">mvn:org.apache.commons/commons-lang3/${commons-lang-version}</bundle>
|
||||
<bundle dependency="true">mvn:commons-codec/commons-codec/1.15</bundle>
|
||||
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_6</bundle>
|
||||
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1</bundle>
|
||||
|
|
|
@ -223,12 +223,6 @@
|
|||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons-lang-version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Derby SQL DB used for testing JDBC message store -->
|
||||
<dependency>
|
||||
|
|
|
@ -192,7 +192,6 @@
|
|||
<include>org.apache.commons:commons-dbcp2</include>
|
||||
<include>org.apache.commons:commons-pool2</include>
|
||||
<include>commons-codec:commons-codec</include>
|
||||
<include>org.apache.commons:commons-lang3</include>
|
||||
<include>org.apache.logging.log4j:log4j-slf4j-impl</include>
|
||||
<include>org.apache.logging.log4j:log4j-api</include>
|
||||
<include>org.apache.logging.log4j:log4j-core</include>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -54,7 +54,6 @@
|
|||
<commons-daemon-version>1.3.1</commons-daemon-version>
|
||||
<commons-dbcp2-version>2.9.0</commons-dbcp2-version>
|
||||
<commons-io-version>2.11.0</commons-io-version>
|
||||
<commons-lang-version>3.12.0</commons-lang-version>
|
||||
<commons-logging-version>1.2</commons-logging-version>
|
||||
<commons-pool2-version>2.11.1</commons-pool2-version>
|
||||
<commons-primitives-version>1.0</commons-primitives-version>
|
||||
|
|
Loading…
Reference in New Issue