Skip to content
Snippets Groups Projects
Commit c49b0ae5 authored by Mic's avatar Mic
Browse files

removed unused dependency commons-lang3

parent c5bb1e3e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@
<aspectj.version>1.7.2</aspectj.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<commons-lang3.version>3.1</commons-lang3.version>
<commons-pool.version>1.6</commons-pool.version>
<ehcache.version>2.6.5</ehcache.version>
<hsqldb.version>2.2.9</hsqldb.version>
......@@ -213,11 +212,6 @@
<version>${commons-dbcp.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment