aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-06-29 12:28:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-29 12:28:51 +0000
commit04a35544e8593e6f37ec868e273d584c024081f2 (patch)
tree3d4705d9a7ec11e3795b130e5685677a2e8023b7 /pom.xml
parentd3428d8fb2084930cdbe3a013ead2890b1d32e9d (diff)
parentc3dc45cb021c97be201d37f757659fec5ebc0739 (diff)
Merge changes from topic 'bugfix/update-ui-compo'
* changes: Fix error reported by firefox Remove useless library Rework javascript libraries
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 93977ac55..95be6766a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,6 +466,10 @@
<groupId>com.att.nsa</groupId>
<artifactId>dmaapClient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>