Skip to content

Commit

Permalink
(GEOS 6868) Upgrade to commons-lang 2.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarsballe committed Feb 5, 2015
1 parent 18bb286 commit f89b34a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Bundle-ClassPath: .,WEB-INF/classes,WEB-INF/lib/commons-management-1.0
ib/gentlyweb-utils-1.5.jar,WEB-INF/lib/xstream-1.3.1.jar,WEB-INF/lib/
spring-expression-3.0.3.RELEASE.jar,WEB-INF/lib/spring-aop-3.0.3.RELE
ASE.jar,WEB-INF/lib/spring-webmvc-3.0.3.RELEASE.jar,WEB-INF/lib/activ
emq-console-5.5.1.jar,WEB-INF/lib/commons-lang-2.4.jar,WEB-INF/lib/se
emq-console-5.5.1.jar,WEB-INF/lib/commons-lang-2.6.jar,WEB-INF/lib/se
rvlet-api-2.5.jar,WEB-INF/lib/commons-collections-3.2.1.jar,WEB-INF/l
ib/standard-1.1.2.jar,WEB-INF/lib/jasypt-1.7.jar,WEB-INF/lib/jaxb-imp
l-2.1.6.jar,WEB-INF/lib/commons-logging-1.1.jar,WEB-INF/lib/jetty-ser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ From: 'The Apache Software Foundation' (http://www.apache.org)
From: 'The Apache Software Foundation' (http://www.apache.org/)
- Commons Collections (http://commons.apache.org/collections/) commons-collections:commons-collections:jar:3.2.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Lang (http://commons.apache.org/lang/) commons-lang:commons-lang:jar:2.4
- Commons Lang (http://commons.apache.org/lang/) commons-lang:commons-lang:jar:2.6
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Net (http://commons.apache.org/net/) commons-net:commons-net:jar:2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Bundle-ClassPath: .,WEB-INF/classes,WEB-INF/lib/commons-management-1.0
ib/gentlyweb-utils-1.5.jar,WEB-INF/lib/xstream-1.3.1.jar,WEB-INF/lib/
spring-expression-3.0.3.RELEASE.jar,WEB-INF/lib/spring-aop-3.0.3.RELE
ASE.jar,WEB-INF/lib/spring-webmvc-3.0.3.RELEASE.jar,WEB-INF/lib/activ
emq-console-5.5.1.jar,WEB-INF/lib/commons-lang-2.4.jar,WEB-INF/lib/se
emq-console-5.5.1.jar,WEB-INF/lib/commons-lang-2.6.jar,WEB-INF/lib/se
rvlet-api-2.5.jar,WEB-INF/lib/commons-collections-3.2.1.jar,WEB-INF/l
ib/standard-1.1.2.jar,WEB-INF/lib/jasypt-1.7.jar,WEB-INF/lib/jaxb-imp
l-2.1.6.jar,WEB-INF/lib/commons-logging-1.1.jar,WEB-INF/lib/jetty-ser
Expand Down
1 change: 0 additions & 1 deletion src/extension/app-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
Expand Down

0 comments on commit f89b34a

Please sign in to comment.