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