Skip to content

Commit

Permalink
excluded bonecp and related dependencies from the jarjar process
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Mar 4, 2011
1 parent 16f4a09 commit 767659b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<configuration>
<excludes>
<!--
| compile|provided dependencies
| compile|provided and transitive dependencies
-->
<exclude>org.mybatis:mybatis</exclude>
<exclude>com.google.inject:guice</exclude>
Expand All @@ -78,6 +78,9 @@
<exclude>c3p0:c3p0</exclude>
<exclude>commons-dbcp:commons-dbcp</exclude>
<exclude>commons-pool:commons-pool</exclude>
<exclude>com.jolbox:bonecp</exclude>
<exclude>com.google.guava:guava</exclude>
<exclude>org.slf4j:slf4j-api</exclude>
<!--
| test dependencies
-->
Expand Down

0 comments on commit 767659b

Please sign in to comment.