diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-05-01 14:51:03 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-05-01 14:51:03 +0100 |
commit | 4229965d8a112a9311505224e2bae254d25710dc (patch) | |
tree | dc21dcf21e56b090f4c719ebe508072c128be903 /pom.xml | |
parent | b133a6cf27fc00ff2b8d29401c8cb08c4259db88 (diff) |
Remove license violations
Remove un-needed javaee-api dependency.
Change-Id: I86967388afa404267a1ef7f7eb9110d134050946
Issue-ID: AAI-1108
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -125,12 +125,6 @@ <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> </dependency> - <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> - <version>8.0</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> |