Polishing the pom.xml
This commit is contained in:
28
pom.xml
28
pom.xml
@@ -547,6 +547,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>flatten-maven-plugin</artifactId>
|
<artifactId>flatten-maven-plugin</artifactId>
|
||||||
|
<version>1.5.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@@ -614,15 +615,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<!-- TODO: We're adding it only because a dependency is using http instead of https -->
|
|
||||||
<id>maven-restlet</id>
|
|
||||||
<name>Maven Restlet</name>
|
|
||||||
<url>https://maven.restlet.org</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
<!-- Rest Assured -->
|
<!-- Rest Assured -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype-snapshots</id>
|
<id>sonatype-snapshots</id>
|
||||||
@@ -631,16 +623,6 @@
|
|||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- FIXME: 4.0 -->
|
|
||||||
<!-- Netflix -->
|
|
||||||
<!--<repository>
|
|
||||||
<id>netflix-snapshots</id>
|
|
||||||
<name>Netflix Snapshots</name>
|
|
||||||
<url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-snapshots</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>-->
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>netflix-candidates</id>
|
<id>netflix-candidates</id>
|
||||||
<name>Netflix Candidates</name>
|
<name>Netflix Candidates</name>
|
||||||
@@ -674,14 +656,6 @@
|
|||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>spring-releases</id>
|
|
||||||
<name>Spring Releases</name>
|
|
||||||
<url>https://repo.spring.io/release</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
|
|||||||
Reference in New Issue
Block a user