diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 44 |
1 files changed, 22 insertions, 22 deletions
@@ -2179,17 +2179,17 @@ <enabled>true</enabled> </snapshots> </repository> - <repository> - <id>jetty.snapshots</id> - <name>Jetty Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> +<!-- <repository>--> +<!-- <id>jetty.snapshots</id>--> +<!-- <name>Jetty Snapshots</name>--> +<!-- <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>--> +<!-- <releases>--> +<!-- <enabled>false</enabled>--> +<!-- </releases>--> +<!-- <snapshots>--> +<!-- <enabled>true</enabled>--> +<!-- </snapshots>--> +<!-- </repository>--> </repositories> <pluginRepositories> <pluginRepository> @@ -2203,16 +2203,16 @@ <enabled>true</enabled> </snapshots> </pluginRepository> - <pluginRepository> - <id>jetty.snapshots</id> - <name>Jetty Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> +<!-- <pluginRepository>--> +<!-- <id>jetty.snapshots</id>--> +<!-- <name>Jetty Snapshots</name>--> +<!-- <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>--> +<!-- <releases>--> +<!-- <enabled>false</enabled>--> +<!-- </releases>--> +<!-- <snapshots>--> +<!-- <enabled>true</enabled>--> +<!-- </snapshots>--> +<!-- </pluginRepository>--> </pluginRepositories> </project> |