Skip to content

Commit 767659b

Browse files
committed
excluded bonecp and related dependencies from the jarjar process
1 parent 16f4a09 commit 767659b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<configuration>
7070
<excludes>
7171
<!--
72-
| compile|provided dependencies
72+
| compile|provided and transitive dependencies
7373
-->
7474
<exclude>org.mybatis:mybatis</exclude>
7575
<exclude>com.google.inject:guice</exclude>
@@ -78,6 +78,9 @@
7878
<exclude>c3p0:c3p0</exclude>
7979
<exclude>commons-dbcp:commons-dbcp</exclude>
8080
<exclude>commons-pool:commons-pool</exclude>
81+
<exclude>com.jolbox:bonecp</exclude>
82+
<exclude>com.google.guava:guava</exclude>
83+
<exclude>org.slf4j:slf4j-api</exclude>
8184
<!--
8285
| test dependencies
8386
-->

0 commit comments

Comments
 (0)