diff options
author | Al Rotundo <ar3165@att.com> | 2017-09-20 20:08:52 +0000 |
---|---|---|
committer | Al Rotundo <arotundo@att.com> | 2017-09-20 20:44:22 +0000 |
commit | b50a02c4a97676a8d4e976dbbcd6c7f8e21713a3 (patch) | |
tree | ef673f7815011880d62863ad2d65f9ed98388729 /admportal/pom.xml | |
parent | 7f68e7464fa4076271c395c450d1b8b2a7afc6df (diff) |
remove jar files
jar files from lib directory were removed that were not needed. Added needed files into pom.xml file.
Change-Id: I7cd15cdb3b65f790e4dbb4334753cb51d08f1803
Issue-ID:SDNC-81
Signed-off-by: Al Rotundo <arotundo@att.com>
Former-commit-id: a11ee6416f6c565a3e8f979593855ac42dba10ce
Diffstat (limited to 'admportal/pom.xml')
-rw-r--r-- | admportal/pom.xml | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/admportal/pom.xml b/admportal/pom.xml index aebb75b3..6bb2f6bc 100644 --- a/admportal/pom.xml +++ b/admportal/pom.xml @@ -27,20 +27,31 @@ <SWM_VERSION>${project.version}-${build.number}</SWM_VERSION> </properties> - <dependencies> - <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-common</artifactId> - <version>${sdnctl.sli.version}</version> - </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>5.1.31</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-common</artifactId> + <version>${sdnctl.sli.version}</version> + </dependency> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + <version>5.1.31</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.antlr</groupId> + <artifactId>antlr4</artifactId> + <version>${antlr.version}</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>equinoxSDK381</groupId> + <artifactId>org.eclipse.osgi</artifactId> + <version>${equinox.osgi.version}</version> + </dependency> + </dependencies> <build> <plugins> |