Remove useless library 55/55555/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 29 Jun 2018 09:27:50 +0000 (11:27 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 29 Jun 2018 09:27:50 +0000 (11:27 +0200)
add exclusion to H2

Issue-ID: CLAMP-192
Change-Id: I169be6e218bf47a0d4aa2c86d469d438f5e29d5c
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d849473..6eab48c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                <groupId>com.att.nsa</groupId>
                                                                                <artifactId>dmaapClient</artifactId>
                                                                </exclusion>
+                                                               <exclusion>
+                                                                               <groupId>com.h2database</groupId>
+                                                                               <artifactId>h2</artifactId>
+                                                               </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>