aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>