aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKumar, Amaresh (ak583p) <ak583p@us.att.com>2018-05-10 14:35:25 +0530
committerPatrick Brady <pb071s@att.com>2018-05-10 19:14:16 -0700
commit4d2e296cb512550448d7b0114ffdbdc6f3174b19 (patch)
treeed4fb3f81246734c5a4b64672685d562d78f1985 /pom.xml
parent6c7ccba2b14dc4a552999a4d169d107c408fe661 (diff)
initial commit for CDT proxy Service
Initial commit for CDT proxy server to fix CORS Issues. Issue-ID: APPC-885 Change-Id: Idf2688dbca3fd6c25636544147ed5b23a5a4ed7f Signed-off-by: Kumar, Amaresh (ak583p) <ak583p@us.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d53701b..35ac8b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,8 +202,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</execution>
</executions>
</plugin>
-
</plugins>
</build>
+
+ <modules>
+ <module>CdtProxyService</module>
+ </modules>
</project>