aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-server/pom.xml')
-rw-r--r--sdc-workflow-designer-server/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sdc-workflow-designer-server/pom.xml b/sdc-workflow-designer-server/pom.xml
index b47f8453..0871c5a9 100644
--- a/sdc-workflow-designer-server/pom.xml
+++ b/sdc-workflow-designer-server/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright (c) 2017 ZTE Corporation.
+ Copyright (c) 2017-2018 ZTE Corporation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
and the Apache License 2.0 which both accompany this distribution,
@@ -35,6 +35,7 @@
<swagger.version>1.5.18</swagger.version>
<jersey.version>2.16</jersey.version>
<commons-io.version>2.4</commons-io.version>
+ <dom4j.version>1.6.1</dom4j.version>
</properties>
<build>
@@ -190,6 +191,12 @@
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>${dom4j.version}</version>
+ </dependency>
</dependencies>
</project>