Skip to content

Commit 1e52802

Browse files
authored
Test everything with jetty (#287)
* test everything with jetty * Update pom.xml
1 parent 9fd5f0f commit 1e52802

File tree

3 files changed

+13
-33
lines changed

3 files changed

+13
-33
lines changed

avaje-jex-ssl/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,4 @@
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>

avaje-jex/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,4 @@
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>

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,19 @@
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>

0 commit comments

Comments
 (0)