File tree Expand file tree Collapse file tree 3 files changed +13
-33
lines changed Expand file tree Collapse file tree 3 files changed +13
-33
lines changed Original file line number Diff line number Diff line change 2626 <scope >test</scope >
2727 </dependency >
2828 </dependencies >
29- <profiles >
30- <profile >
31- <id >robaho</id >
32- <activation >
33- <activeByDefault >false</activeByDefault >
34- </activation >
35- <dependencies >
36- <dependency >
37- <groupId >io.github.robaho</groupId >
38- <artifactId >httpserver</artifactId >
39- <scope >test</scope >
40- </dependency >
41- </dependencies >
42- </profile >
43- </profiles >
4429</project >
Original file line number Diff line number Diff line change 7272 <scope >test</scope >
7373 </dependency >
7474 </dependencies >
75-
76- <profiles >
77- <profile >
78- <id >jetty</id >
79- <activation >
80- <activeByDefault >false</activeByDefault >
81- </activation >
82- <dependencies >
83- <dependency >
84- <groupId >org.eclipse.jetty</groupId >
85- <artifactId >jetty-http-spi</artifactId >
86- <version >12.1.0</version >
87- <scope >test</scope >
88- </dependency >
89- </dependencies >
90- </profile >
91- </profiles >
9275</project >
Original file line number Diff line number Diff line change 401401 <dependency >
402402 <groupId >io.github.robaho</groupId >
403403 <artifactId >httpserver</artifactId >
404- <scope >test</scope >
404+ </dependency >
405+ </dependencies >
406+ </profile >
407+ <profile >
408+ <id >jetty</id >
409+ <activation >
410+ <activeByDefault >false</activeByDefault >
411+ </activation >
412+ <dependencies >
413+ <dependency >
414+ <groupId >org.eclipse.jetty</groupId >
415+ <artifactId >jetty-http-spi</artifactId >
416+ <version >12.0.25</version >
405417 </dependency >
406418 </dependencies >
407419 </profile >
You can’t perform that action at this time.
0 commit comments