#297 Move API Gateway code into a new submodule: api-gateway-service. Change api-gateway packaging type to "pom". Update price-microservice and image-microservice to be true submodules of api-gateway

This commit is contained in:
tmcconville
2016-05-03 17:17:36 -05:00
parent a6036e5787
commit 8653eb87bc
14 changed files with 106 additions and 65 deletions

View File

@ -27,8 +27,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<relativePath>../../pom.xml</relativePath>
<artifactId>java-design-patterns</artifactId>
<artifactId>api-gateway</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.12.0-SNAPSHOT</version>
</parent>