summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-05 18:48:46 +0800
committerYan Yang <yangyanyj@chinamobile.com>2020-03-05 10:59:04 +0000
commitc76f28ff02ebcf770c3a1d4db9f6f719b53be07c (patch)
tree199c0952abd49db4849e1384222a376530aa1cb9
parentbae9a31570313a5498e958bd074aef52564e9554 (diff)
fix jetty util class not found
Change-Id: I51596ea4b4efccdb149cf4eb12579705236dc831 Issue-ID: VFC-1641 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--wfenginemgrservice/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/wfenginemgrservice/pom.xml b/wfenginemgrservice/pom.xml
index 04312c9..ef9fa76 100644
--- a/wfenginemgrservice/pom.xml
+++ b/wfenginemgrservice/pom.xml
@@ -392,5 +392,10 @@
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>9.4.14.v20181114</version>
+ </dependency>
</dependencies>
</project>