Skip to content

Commit

Permalink
Update Jetty version, exclude HSCycleTest as that one is failing beca…
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Sep 1, 2020
1 parent 2ba39be commit 50abbc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
3 changes: 1 addition & 2 deletions environments/servlet/pom.xml
Expand Up @@ -28,8 +28,7 @@
<properties>
<jsf.version>2.3.2</jsf.version>
<tomcat.version>9.0.37</tomcat.version>
<jetty.version>9.4.14.v20181114</jetty.version>
<jetty9.asm.version>7.0</jetty9.asm.version>
<jetty.version>9.4.31.v20200723</jetty.version>
<!-- Jetty 6 API is used for GWT support only -->
<jetty6.version>6.1.26</jetty6.version>
<uel.glassfish.version>2.2</uel.glassfish.version>
Expand Down
19 changes: 2 additions & 17 deletions environments/servlet/tests/jetty/pom.xml
Expand Up @@ -99,6 +99,8 @@
<!-- WELD-2101 enable when new version of Arquillian container jetty is released -->
<excludes>
<exclude>**/CrossContextForwardTest.java</exclude>
<!-- This seems to be the cause https://github.com/eclipse/jetty.project/issues/4888 -->
<exclude>**/HSCycleTest.java</exclude>
</excludes>
</configuration>

Expand Down Expand Up @@ -211,23 +213,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<scope>test</scope>
<!-- excluding asm version 4.x and adding asm 5 version below because of problems on JDK 8 -->
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${jetty9.asm.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 50abbc5

Please sign in to comment.