BAEL-8504 Fix surefire configs
- Reverted changes for spring-ejb* projects
This commit is contained in:
parent
3443953123
commit
dd5daf56cc
|
@ -9,11 +9,10 @@
|
|||
<name>ejb</name>
|
||||
<description>Spring EJB Tutorial</description>
|
||||
|
||||
<parent>
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<repositories>
|
||||
|
|
|
@ -10,9 +10,10 @@
|
|||
<description>Spring EJB Client</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.spring.ejb</groupId>
|
||||
<artifactId>ejb-for-spring</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -24,12 +25,14 @@
|
|||
<dependency>
|
||||
<groupId>org.wildfly</groupId>
|
||||
<artifactId>wildfly-ejb-client-bom</artifactId>
|
||||
<version>${wildfly-ejb.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baeldung.spring.ejb</groupId>
|
||||
<artifactId>ejb-remote-for-spring</artifactId>
|
||||
<version>${ejb-remote-for-spring.version}</version>
|
||||
<type>ejb</type>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue