aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>