BAEL-8824 Align module names, folder names and artifact id

- Fixed dependencies as per the new folder names
This commit is contained in:
Dhawal Kapil 2018-09-04 23:45:18 +05:30
parent 6ea3e51f19
commit 33e10ee41f
10 changed files with 18 additions and 21 deletions

View File

@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@ -25,13 +25,13 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting-http-server</artifactId>
<version>${spring-remoting-http-server.version}</version>
<artifactId>remoting-http-server</artifactId>
<version>${remoting-http-server.version}</version>
</dependency>
</dependencies>
<properties>
<spring-remoting-http-server.version>1.0-SNAPSHOT</spring-remoting-http-server.version>
<remoting-http-server.version>1.0-SNAPSHOT</remoting-http-server.version>
</properties>
</project>

View File

@ -24,7 +24,8 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.caucho</groupId>

View File

@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting-http-server</artifactId>
<artifactId>remoting-http-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@ -25,7 +25,8 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -19,7 +19,8 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -28,7 +28,8 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@ -28,11 +28,7 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@ -24,7 +24,8 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -28,11 +28,7 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>api</artifactId>
<artifactId>remoting-http-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>