Modified maven config pom files in stack and interface.
authorJung Seungho <shonest.jung@samsung.com>
Wed, 20 Jul 2016 08:21:00 +0000 (17:21 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Wed, 20 Jul 2016 14:55:39 +0000 (14:55 +0000)
Change-Id: Ie7edd3c0db4d8504b9b1a000dd7d152eb2b3bda4
Signed-off-by: Jung Seungho <shonest.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9503
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
cloud/interface/pom.xml
cloud/stack/pom.xml

index b8528f6..a713f8b 100644 (file)
                        <artifactId>CloudResourceDirectory</artifactId>
                        <version>0.0.1-SNAPSHOT</version>
                </dependency>
-               <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-                       <version>1.2.17</version>
-               </dependency>
        </dependencies>
 
        <build>
index faeedc7..80273b4 100644 (file)
@@ -3,12 +3,11 @@
   <groupId>org.iotivity.cloud</groupId>
   <artifactId>CloudStack</artifactId>
   <version>0.0.1-SNAPSHOT</version>
-  
+
   <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <maven.test.skip>true</maven.test.skip>
        </properties>
-       
   <dependencies>
                <dependency>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>jackson-dataformat-cbor</artifactId>
                        <version>2.7.4</version>
                </dependency>
+               <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.17</version>
+        </dependency>
        </dependencies>
-       
   <build>
                <plugins>
                        <plugin>
@@ -66,5 +69,4 @@
                        </plugin>
                </plugins>
        </build>
-  
 </project>
\ No newline at end of file