aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormkorzeni <mateusz.korzeniowski@nokia.com>2018-05-09 13:26:13 +0200
committermkorzeni <mateusz.korzeniowski@nokia.com>2018-05-09 13:29:53 +0200
commit8b971cd42183793e3363e850456282081b2c09ec (patch)
tree6c19f9973bc978e0f0b5646b486a46acc01b3e14 /pom.xml
parent5ca09dd45d884f68a1bfbdf09d9df309fddda381 (diff)
Remove backport dependency
since we already have built-in in JDK8 Change-Id: I73ccb1c084405c45eabd50b0a58278b1037ac5f8 Issue-ID: AAI-1130 Signed-off-by: mkorzeni <mateusz.korzeniowski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 8561a2a..83597f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,13 +125,6 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>edu.emory.mathcs.backport</groupId>
- <artifactId>com.springsource.edu.emory.mathcs.backport</artifactId>
- <version>3.1.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
@@ -285,7 +278,7 @@ limitations under the License.
<configuration>
<verbose>true</verbose>
<serverId>docker-hub</serverId>
- <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
+ <imageName>onap/${project.artifactId}</imageName>
<dockerDirectory>${docker.location}</dockerDirectory>
<imageTags>
<imageTag>latest</imageTag>