Skip to content

Commit

Permalink
[Java] Update extra-enforcer-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
szymondabrowskipartner committed Jan 27, 2025
1 parent 7c10ea9 commit f99e055
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,27 @@
<artifactId>arquillian-payara-server-embedded</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet</artifactId>
<version>1.7.0.Alpha14</version>
</dependency>
<!--
resolve dependency convergence error for:
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.2.Final:test
Maven will now choose one from arquillian-protocol-servlet
-->
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
<version>1.0.0.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>fish.payara.extras</groupId>
<artifactId>payara-embedded-all</artifactId>
Expand Down Expand Up @@ -1766,7 +1787,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.3</version>
<version>1.6.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit f99e055

Please sign in to comment.