aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-05-23 20:13:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-23 20:13:28 +0000
commitdfddea09f44d6e61fe1c3a78d325ed62b523f3d1 (patch)
treecffd5e1668183c8c53e251f5afdf5cf583195823 /pom.xml
parentf2053bbbf38fe3243528eff983c7e5089fd1579a (diff)
parent8b971cd42183793e3363e850456282081b2c09ec (diff)
Merge "Remove backport dependency"
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 6664392..dbd0e73 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>