diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-06-17 17:31:46 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-06-18 08:28:28 +0000 |
commit | e00684b0a156f9cb3d7125a5b79af0a0a2369683 (patch) | |
tree | b04883796d83ae46281d2596355f2859a2139c8f | |
parent | 3f6567500c3734491e74a4603f921dbb11770069 (diff) |
add dependencys to project
Change-Id: I55041c1fcd1c707e4e9358524e4a76b5ffcb21ba
Issue-ID: VFC-1421
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | zte/sfc-driver/pom.xml | 1 | ||||
-rw-r--r-- | zte/sfc-driver/sfc-driver/pom.xml | 5 |
3 files changed, 6 insertions, 1 deletions
@@ -28,4 +28,5 @@ <version>1.3.0-SNAPSHOT</version> <name>vfc-nfvo-driver-sfc</name> <packaging>pom</packaging> + </project> diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml index b2713a2..8951dc5 100644 --- a/zte/sfc-driver/pom.xml +++ b/zte/sfc-driver/pom.xml @@ -32,5 +32,4 @@ <module>sfc-driver</module> <module>plugin-standalone</module> </modules> - </project> diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml index 90f4ad6..e06e968 100644 --- a/zte/sfc-driver/sfc-driver/pom.xml +++ b/zte/sfc-driver/sfc-driver/pom.xml @@ -148,6 +148,11 @@ <artifactId>lombok</artifactId> <version>1.16.8</version> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.1.2</version> + </dependency> </dependencies> <build> <plugins> |