mirror of https://github.com/apache/activemq.git
Update commons pool2 to latest release: 2.4.2 as of now. This closes #139
This commit is contained in:
parent
73f9131a62
commit
ad00e1fe52
20
pom.xml
20
pom.xml
|
@ -57,7 +57,7 @@
|
|||
<commons-io-version>2.4</commons-io-version>
|
||||
<commons-lang-version>2.6</commons-lang-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-net-version>3.3</commons-net-version>
|
||||
<directory-version>2.0.0-M6</directory-version>
|
||||
|
@ -542,17 +542,17 @@
|
|||
<artifactId>asm</artifactId>
|
||||
<version>5.0.3</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Servlet 3.1 and JSP -->
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-jsp-api</artifactId>
|
||||
<version>${tomcat-api-version}</version>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-jsp-api</artifactId>
|
||||
<version>${tomcat-api-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-servlet-api</artifactId>
|
||||
<version>${tomcat-api-version}</version>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-servlet-api</artifactId>
|
||||
<version>${tomcat-api-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
|
@ -931,7 +931,7 @@
|
|||
<artifactId>xpp3</artifactId>
|
||||
<version>${xpp3-version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
|
@ -1024,7 +1024,7 @@
|
|||
<artifactId>jettison</artifactId>
|
||||
<version>${jettison-version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>annogen</groupId>
|
||||
<artifactId>annogen</artifactId>
|
||||
|
|
Loading…
Reference in New Issue