aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-server/pom.xml
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-21 11:02:54 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-21 11:19:21 +0800
commitde5748dc931aea9ee258ad0704731723a17e1421 (patch)
treeb2729f18ae87ff761e8b083ba7619affc4fb3567 /sdc-workflow-designer-server/pom.xml
parentdf9dc4750a33987dbb0b1609fda6ec310c55b07b (diff)
Insert Json to BPMN.
Insert Json to BPMN. Issue-ID: SDC-1004 Change-Id: Iaa72cb5c44b1846bcfc2124c371f0a8433cd7ce1 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
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>