We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f4a09 commit 767659bCopy full SHA for 767659b
pom.xml
@@ -69,7 +69,7 @@
69
<configuration>
70
<excludes>
71
<!--
72
- | compile|provided dependencies
+ | compile|provided and transitive dependencies
73
-->
74
<exclude>org.mybatis:mybatis</exclude>
75
<exclude>com.google.inject:guice</exclude>
@@ -78,6 +78,9 @@
78
<exclude>c3p0:c3p0</exclude>
79
<exclude>commons-dbcp:commons-dbcp</exclude>
80
<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>
84
85
| test dependencies
86
0 commit comments