fix #11342 Use https://search.maven.org/ for Maven Central links (#11988)

This commit is contained in:
Mikko Maunu
2022-03-29 04:24:22 +02:00
committed by GitHub
parent 4cac09324e
commit 8493a4ed42
7 changed files with 14 additions and 14 deletions

View File

@@ -61,7 +61,7 @@
<dependencies>
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
<!-- https://search.maven.org/artifact/javax/javaee-api -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
@@ -69,7 +69,7 @@
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxrs -->
<!-- https://search.maven.org/artifact/org.apache.cxf/cxf-rt-frontend-jaxrs -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
@@ -79,7 +79,7 @@
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider -->
<!-- https://search.maven.org/artifact/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider -->
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>

View File

@@ -59,7 +59,7 @@
</plugins>
</build>
<dependencies>
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
<!-- https://search.maven.org/artifact/javax/javaee-api -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>

View File

@@ -59,7 +59,7 @@
</plugins>
</build>
<dependencies>
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
<!-- https://search.maven.org/artifact/javax/javaee-api -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>

View File

@@ -59,7 +59,7 @@
</plugins>
</build>
<dependencies>
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
<!-- https://search.maven.org/artifact/javax/javaee-api -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>