Skip to content

Commit

Permalink
Merge pull request #129 from WolfgangHG/arquillian_protocol_servlet
Browse files Browse the repository at this point in the history
Remove temporary workaround for arquillian-protocol-servlet-jakarta
  • Loading branch information
jmesnil authored Jan 7, 2025
2 parents a5cc3ec + e02cdfe commit 0dab231
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<!-- temporary overriding as the 1.9.1.Final version pulled by
WildFly BOM does not exist.
-->
<version>10.0.0.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<!-- temporary overriding as the 1.9.1.Final version pulled by
WildFly BOM does not exist.
-->
<version>10.0.0.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<!-- temporary overriding as the 1.9.1.Final version pulled by
WildFly BOM does not exist.
-->
<version>10.0.0.Final</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 0dab231

Please sign in to comment.