updated snapshot_history.txt
[platform/upstream/iotivity.git] / cloud / stack / pom.xml
index f04a936..325c608 100644 (file)
@@ -3,11 +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>
@@ -22,7 +22,7 @@
                <dependency>
                        <groupId>io.netty</groupId>
                        <artifactId>netty-all</artifactId>
-                       <version>4.0.29.Final</version>
+                       <version>4.1.1.Final</version>
                </dependency>
                <dependency>
                        <groupId>commons-codec</groupId>
                        <version>20140107</version>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.12</version>
-               </dependency>
-               <dependency>
                <groupId>com.fasterxml.jackson.core</groupId>
                <artifactId>jackson-databind</artifactId>
                <version>2.4.0</version>
                        <artifactId>jackson-dataformat-cbor</artifactId>
                        <version>2.4.0</version>
                </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.12</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.10.19</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>com.jayway.awaitility</groupId>
+                       <artifactId>awaitility</artifactId>
+                       <version>1.7.0</version>
+               </dependency>
+               <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.17</version>
+        </dependency>          
        </dependencies>
-       
   <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.7</source>
-                                       <target>1.7</target>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
-  
 </project>
\ No newline at end of file