diff options
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -417,6 +417,10 @@ <groupId>com.att.nsa</groupId> <artifactId>dmaapClient</artifactId> </exclusion> + <exclusion> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |