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

@@ -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>