Remove repositories section from pom 18/90318/1
authorThanh Ha <zxiiro@gmail.com>
Fri, 5 Jun 2020 18:24:18 +0000 (14:24 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 6 Jun 2020 12:46:32 +0000 (08:46 -0400)
It is not good Maven practice to hardcode repositories sections into
pom.xml and our check-poms job has been failing due to this for some
time.

Change-Id: Ia15e9e741e5ea2dfca32c43bdf10ac59786abc7e
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
pce/pom.xml

index d434afaf8cc0f57eeb40e86016ecf63302ecc5ed..026a441018eaa393e32a1dafd9303b0856c10fb0 100644 (file)
@@ -79,14 +79,6 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
     </dependency>
   </dependencies>
 
-  <repositories>
-    <repository>
-      <id>browserid-snapshots</id>
-      <name>browserid-snapshots</name>
-      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
-    </repository>
-  </repositories>
-
   <build>
     <plugins>
       <plugin>