mirror of
https://github.com/apache/activemq.git
synced 2025-02-08 19:15:20 +00:00
Update commons pool2 to latest release: 2.4.2 as of now. This closes #139
This commit is contained in:
parent
73f9131a62
commit
ad00e1fe52
14
pom.xml
14
pom.xml
@ -57,7 +57,7 @@
|
|||||||
<commons-io-version>2.4</commons-io-version>
|
<commons-io-version>2.4</commons-io-version>
|
||||||
<commons-lang-version>2.6</commons-lang-version>
|
<commons-lang-version>2.6</commons-lang-version>
|
||||||
<commons-logging-version>1.1.3</commons-logging-version>
|
<commons-logging-version>1.1.3</commons-logging-version>
|
||||||
<commons-pool2-version>2.3</commons-pool2-version>
|
<commons-pool2-version>2.4.2</commons-pool2-version>
|
||||||
<commons-primitives-version>1.0</commons-primitives-version>
|
<commons-primitives-version>1.0</commons-primitives-version>
|
||||||
<commons-net-version>3.3</commons-net-version>
|
<commons-net-version>3.3</commons-net-version>
|
||||||
<directory-version>2.0.0-M6</directory-version>
|
<directory-version>2.0.0-M6</directory-version>
|
||||||
@ -545,14 +545,14 @@
|
|||||||
|
|
||||||
<!-- Servlet 3.1 and JSP -->
|
<!-- Servlet 3.1 and JSP -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
<artifactId>tomcat-jsp-api</artifactId>
|
<artifactId>tomcat-jsp-api</artifactId>
|
||||||
<version>${tomcat-api-version}</version>
|
<version>${tomcat-api-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
<artifactId>tomcat-servlet-api</artifactId>
|
<artifactId>tomcat-servlet-api</artifactId>
|
||||||
<version>${tomcat-api-version}</version>
|
<version>${tomcat-api-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user