Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 5, 2025
1 parent b6fe6a9 commit b6137b9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 10 deletions.
67 changes: 59 additions & 8 deletions src/it/ISSUE-80/expected_licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,80 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.3.1.Final</version>
<licenses>
<license>
<name>Apache License, version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<file>apache license, version 2.0 - license-2.0.txt</file>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.threads</groupId>
<artifactId>jboss-threads</artifactId>
<version>2.3.6.Final</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<file>apache license, version 2.0 - license-2.0.txt</file>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
<version>3.3.6.Final</version>
<version>3.8.16.Final</version>
<licenses>
<license>
<name>Public Domain</name>
<url>http://repository.jboss.org/licenses/cc0-1.0.txt</url>
<name>Apache License 2.0</name>
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
<distribution>repo</distribution>
<file>public domain - cc0-1.0.txt</file>
<file>apache license 2.0 - apache-2.0.txt</file>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
<version>3.3.6.Final</version>
<version>3.8.16.Final</version>
<licenses>
<license>
<name>Public Domain</name>
<url>http://repository.jboss.org/licenses/cc0-1.0.txt</url>
<name>Apache License 2.0</name>
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
<distribution>repo</distribution>
<file>apache license 2.0 - apache-2.0.txt</file>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.wildfly.client</groupId>
<artifactId>wildfly-client-config</artifactId>
<version>1.0.1.Final</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
<distribution>repo</distribution>
<file>apache license 2.0 - apache-2.0.txt</file>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
<version>1.5.4.Final</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
<distribution>repo</distribution>
<file>public domain - cc0-1.0.txt</file>
<file>apache license 2.0 - apache-2.0.txt</file>
</license>
</licenses>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/it/ISSUE-80/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
<version>3.3.6.Final</version>
<version>3.8.16.Final</version>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
<version>3.8.14.Final</version>
<version>3.8.16.Final</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b6137b9

Please sign in to comment.