Skip to content

Commit 55daec4

Browse files
author
Stephane Landelle
committed
Use latest Jetty SNAPSHOT
1 parent 832deb2 commit 55daec4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pom.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,16 @@
406406
<id>maven.java.net</id>
407407
<url>https://maven.java.net/content/repositories/releases</url>
408408
</repository>
409+
<repository>
410+
<id>jetty-snapshots</id>
411+
<url>https://oss.sonatype.org/content/repositories/jetty-with-staging</url>
412+
<releases>
413+
<enabled>false</enabled>
414+
</releases>
415+
<snapshots>
416+
<enabled>true</enabled>
417+
</snapshots>
418+
</repository>
409419
</repositories>
410420
<modules>
411421
<module>api</module>
@@ -421,12 +431,6 @@
421431
<version>${logback.version}</version>
422432
<scope>test</scope>
423433
</dependency>
424-
<dependency>
425-
<groupId>log4j</groupId>
426-
<artifactId>log4j</artifactId>
427-
<version>${log4j.version}</version>
428-
<scope>test</scope>
429-
</dependency>
430434
<dependency>
431435
<groupId>org.testng</groupId>
432436
<artifactId>testng</artifactId>
@@ -523,7 +527,7 @@
523527
<logback.version>1.0.13</logback.version>
524528
<log4j.version>1.2.17</log4j.version>
525529
<testng.version>6.8.7</testng.version>
526-
<jetty.version>9.0.5.v20130815</jetty.version>
530+
<jetty.version>9.0.6-SNAPSHOT</jetty.version>
527531
<tomcat.version>6.0.29</tomcat.version>
528532
<commons-io.version>2.4</commons-io.version>
529533
<commons-fileupload.version>1.3</commons-fileupload.version>

0 commit comments

Comments
 (0)