aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-06-29 11:27:50 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-06-29 11:27:50 +0200
commit90d20a505d11c4f0467b56130e6331dc5974bc06 (patch)
tree582976759deb0721c41c6a918adc483d95fdbe58 /pom.xml
parent3f939aaa6c59d83daca1d1f6134bb28be9a0356e (diff)
Remove useless library
add exclusion to H2 Issue-ID: CLAMP-192 Change-Id: I169be6e218bf47a0d4aa2c86d469d438f5e29d5c Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d849473d..6eab48c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>