aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-02-13 11:22:10 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-02-13 11:22:10 +0800
commit23ade91cd5c18af93a6fc529f003b124fb6d0a6a (patch)
treebdf78dee9e7333f6c5cdf8e9c53837947349acd2 /pom.xml
parenteda616413ac42769d8fb11c990b61c74740b6818 (diff)
Setup and Publish Backend Service.
Setup backend service with dropwizard application framework. Integrate backend with frontend to one micro-service. Issue-ID: SDC-408 Change-Id: Ia6949302ee7c7ad6a4ce31e263f6a38183adfee3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 4dcbaf60..99fa6c44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,14 +29,14 @@
<modules>
<module>sdc-workflow-designer-ui</module>
- <!--<module>sdc-workflow-designer-server</module>-->
+ <module>sdc-workflow-designer-server</module>
<module>distribution</module>
</modules>
<properties>
- <tomcat.version>8.5.6</tomcat.version>
<onap.nexus.javadocs-url>dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/sdc-workflow-designer/${project.version}</onap.nexus.javadocs-url>
</properties>
+
<distributionManagement>
<site>
<id>ecomp-site</id>
@@ -44,17 +44,6 @@
</site>
</distributionManagement>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat</artifactId>
- <version>${tomcat.version}</version>
- <type>zip</type>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<build>
<pluginManagement>
<plugins>