Skip to content

Commit

Permalink
Update WildFly to version 21 in examples.itests (#2005)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Cervinka <zcervink@redhat.com>
  • Loading branch information
zcervink committed Nov 3, 2020
1 parent a500a5f commit 49fc4c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ejb-multi-server,template,spring-petclinic
ejb-multi-server,template
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
".*The container 'Maven Dependencies' references non existing library '.*.jar'.*",
".*The project cannot be built until build path errors are resolved.*"
],
"country-client": [
".*Multiple JAX-RS Activators are defined for the project.*"
],
"microprofile-config":[
".*The superclass \"javax.servlet.http.HttpServlet\" was not found on the Java Build Path.*"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"org.jboss.ide.eclipse.as.reddeer.server.requirement.ServerRequirement.JBossServer": [
{
"runtime": "${jbosstools.test.wildfly.home}",
"version": "20",
"version": "21",
"family": "WILDFLY"
}
]
Expand Down

0 comments on commit 49fc4c7

Please sign in to comment.