Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index e166358ffe..46fd47a9bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,16 +495,6 @@
</plugin>
</plugins>
</reporting>
- <repositories>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>sonatype-snapshots</id>
- <name>Sonatype Jetty Snapshots</name>
- <url>https://oss.sonatype.org/content/groups/jetty</url>
- </repository>
- </repositories>
<modules>
<module>jetty-ant</module>
<module>jetty-util</module>
@@ -659,7 +649,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
- <version>3.0</version>
+ <version>3.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>

Back to the top