Remove force update and ca-certificates 43/1043/1
authorVenkata Harish K Kajur <vk250x@att.com>
Mon, 20 Feb 2017 21:54:37 +0000 (21:54 +0000)
committerVenkata Harish K Kajur <vk250x@att.com>
Mon, 20 Feb 2017 22:47:30 +0000 (22:47 +0000)
Change-Id: Iaf60551f8579c4d517a0ea3392b2329f4bbffc4b
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
ajsc-aai/src/main/resources/docker/Dockerfile
pom.xml

index 16a785d..02d8a54 100644 (file)
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y software-properties-common
 # sudo -E is required to preserve the environment
 # If you remove that line, it will most like freeze at this step
 
-RUN sudo -E add-apt-repository ppa:openjdk-r/ppa && \
+RUN apt-get install --reinstall ca-certificates && sudo -E add-apt-repository ppa:openjdk-r/ppa && \
     apt-get update && \
     apt-get -qq install -y openjdk-8-jre-headless git curl ksh
 
diff --git a/pom.xml b/pom.xml
index 266f4ae..a70eb69 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                          <id>ecomp-snapshots</id>
                           <name>ECOMP Snapshot Repository</name>
                          <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
-                          <snapshots>
-            <updatePolicy>always</updatePolicy>
-        </snapshots>
-        <releases>
-            <updatePolicy>always</updatePolicy>
-        </releases>
                   </repository>
 
           </repositories>