File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 406
406
<id >maven.java.net</id >
407
407
<url >https://maven.java.net/content/repositories/releases</url >
408
408
</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 >
409
419
</repositories >
410
420
<modules >
411
421
<module >api</module >
421
431
<version >${logback.version} </version >
422
432
<scope >test</scope >
423
433
</dependency >
424
- <dependency >
425
- <groupId >log4j</groupId >
426
- <artifactId >log4j</artifactId >
427
- <version >${log4j.version} </version >
428
- <scope >test</scope >
429
- </dependency >
430
434
<dependency >
431
435
<groupId >org.testng</groupId >
432
436
<artifactId >testng</artifactId >
523
527
<logback .version>1.0.13</logback .version>
524
528
<log4j .version>1.2.17</log4j .version>
525
529
<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>
527
531
<tomcat .version>6.0.29</tomcat .version>
528
532
<commons-io .version>2.4</commons-io .version>
529
533
<commons-fileupload .version>1.3</commons-fileupload .version>
You can’t perform that action at this time.
0 commit comments