Skip to content

Commit

Permalink
Merge pull request wildfly#17215 from yersan/WFLY-18549
Browse files Browse the repository at this point in the history
[WFLY-18549] Upgrade WildFly Core to 22.0.0.Beta3
  • Loading branch information
bstansberry authored Sep 26, 2023
2 parents d50417e + dad3504 commit 7c8f4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4798,71 +4798,7 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-naming-client</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-cli</artifactId>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1 or later</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-elytron-integration</artifactId>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1 or later</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-event-logger</artifactId>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1 or later</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-version</artifactId>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1 or later</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
<distribution>repo</distribution>
</license>
<licenses>`
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
<version.org.opensaml.opensaml>4.2.0</version.org.opensaml.opensaml>
<version.org.ow2.asm>9.5</version.org.ow2.asm>
<version.org.reactivestreams>1.0.4</version.org.reactivestreams>
<version.org.wildfly.core>22.0.0.Beta2</version.org.wildfly.core>
<version.org.wildfly.core>22.0.0.Beta3</version.org.wildfly.core>
<version.org.wildfly.http-client>2.0.2.Final</version.org.wildfly.http-client>
<version.org.wildfly.naming-client>2.0.1.Final</version.org.wildfly.naming-client>
<version.org.wildfly.security.elytron-mp>2.0.0.Final</version.org.wildfly.security.elytron-mp>
Expand Down

0 comments on commit 7c8f4da

Please sign in to comment.