aboutsummaryrefslogtreecommitdiffstats
path: root/aai-rest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-rest/pom.xml')
-rw-r--r--aai-rest/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml
index 0c981a50..1f94d3a3 100644
--- a/aai-rest/pom.xml
+++ b/aai-rest/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.15.2-SNAPSHOT</version>
+ <version>1.15.3-SNAPSHOT</version>
<relativePath>../aai-parent/pom.xml</relativePath>
</parent>
<artifactId>aai-rest</artifactId>
@@ -46,10 +46,6 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
- <groupId>com.att.eelf</groupId>
- <artifactId>eelf-core</artifactId>
- </dependency>
- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>