Skip to content

Commit

Permalink
JAVA-12424 Reverted unnecessary change in ejb-beans
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapil committed Jun 8, 2022
1 parent 410630a commit d2aa2a5
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions spring-ejb-modules/ejb-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,7 @@
<groupId>org.apache.tomee</groupId>
<artifactId>tomee-embedded</artifactId>
<version>${tomee-embedded.version}</version>
<exclusions>
<exclusion>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>3.0.0-M2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
Expand Down Expand Up @@ -105,12 +94,12 @@
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>5.0.0.Alpha3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${wildfly.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -192,7 +181,7 @@

<properties>
<arquillian-bom.version>1.6.0.Final</arquillian-bom.version>
<tomee-embedded.version>8.0.11</tomee-embedded.version>
<tomee-embedded.version>8.0.8</tomee-embedded.version>
<glassfish-embedded-all.version>6.2.2</glassfish-embedded-all.version>
<arquillian-glassfish-embedded-3.1.version>1.0.2</arquillian-glassfish-embedded-3.1.version>
<wildfly.version>8.2.1.Final</wildfly.version>
Expand Down

0 comments on commit d2aa2a5

Please sign in to comment.