diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-06 13:17:48 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-03-06 13:18:00 +0800 |
commit | 1ba5fe9946aaa03c4ec8b2e687997733e56a7eb5 (patch) | |
tree | 93fe138a8689f31cafff8fa24d32be063b788c52 /wfenginemgrservice | |
parent | 6d24189b68976d596ea9e5305db47d6a651d3c24 (diff) |
Fix pom.xml
Change-Id: I33f8c0266ebe41af456017db5f74931f9a0decde
Issue-ID: VFC-1641
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'wfenginemgrservice')
-rw-r--r-- | wfenginemgrservice/pom.xml | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/wfenginemgrservice/pom.xml b/wfenginemgrservice/pom.xml index 397850f..8b7d38c 100644 --- a/wfenginemgrservice/pom.xml +++ b/wfenginemgrservice/pom.xml @@ -387,15 +387,40 @@ <artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>ch.qos.logback</groupId>
<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>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>9.2.9.v20150224</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ <version>9.2.9.v20150224</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ <version>9.2.9.v20150224</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <version>9.2.9.v20150224</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-security</artifactId>
+ <version>9.2.9.v20150224</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.2.9.v20150224</version>
+ </dependency>
</dependencies>
</project>
|