Skip to content

Commit

Permalink
Use RC2 of JSF impl, remove old JSF impl dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Aug 28, 2020
1 parent f22e774 commit 3b0bed1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions environments/servlet/tests/tomcat/pom.xml
Expand Up @@ -75,12 +75,12 @@
<scope>test</scope>
</dependency>

<!-- Make sure this comes before Tomcat's EL on the classpath -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<scope>test</scope>
</dependency>
<!-- &lt;!&ndash; Make sure this comes before Tomcat's EL on the classpath &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.web</groupId>-->
<!-- <artifactId>el-impl</artifactId>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->

<dependency>
<groupId>jakarta.websocket</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -78,8 +78,8 @@
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
<jboss.logging.processor.version>2.2.1.Final</jboss.logging.processor.version>
<jboss.logmanager.version>1.2.2.GA</jboss.logmanager.version>
<!-- Note that this version is NOT in Maven Central, CR1 is though, might need to use that -->
<jsf.impl.version>3.0.0-RC1</jsf.impl.version>
<!-- TODO - this version is NOT in Maven Central, see https://github.com/eclipse-ee4j/mojarra/issues/4729 -->
<jsf.impl.version>3.0.0-RC2</jsf.impl.version>
<jsp.api.version>3.0.0-M1</jsp.api.version>
<jstl.api.version>2.0.0-RC1</jstl.api.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 3b0bed1

Please sign in to comment.