diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-06-29 12:28:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-29 12:28:51 +0000 |
commit | 04a35544e8593e6f37ec868e273d584c024081f2 (patch) | |
tree | 3d4705d9a7ec11e3795b130e5685677a2e8023b7 /pom.xml | |
parent | d3428d8fb2084930cdbe3a013ead2890b1d32e9d (diff) | |
parent | c3dc45cb021c97be201d37f757659fec5ebc0739 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |