add dependencys to project 91/89991/8
authoryangyan <yangyanyj@chinamobile.com>
Mon, 17 Jun 2019 09:31:46 +0000 (17:31 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Tue, 18 Jun 2019 08:28:28 +0000 (08:28 +0000)
Change-Id: I55041c1fcd1c707e4e9358524e4a76b5ffcb21ba
Issue-ID: VFC-1421
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
pom.xml
zte/sfc-driver/pom.xml
zte/sfc-driver/sfc-driver/pom.xml

diff --git a/pom.xml b/pom.xml
index 21fca64..f96ed87 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,4 +28,5 @@
        <version>1.3.0-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
+
 </project>
index b2713a2..8951dc5 100644 (file)
@@ -32,5 +32,4 @@
         <module>sfc-driver</module>
         <module>plugin-standalone</module>
       </modules>
-
 </project>
index 90f4ad6..e06e968 100644 (file)
           <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>