From: Jee Hyeok Kim Date: Tue, 2 Aug 2016 00:00:34 +0000 (+0900) Subject: Cleanup Maven build script X-Git-Tag: 1.2.0+RC1~70^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d949b0875b9bac83a8a065b18afd6b09b3d2ff58;p=platform%2Fupstream%2Fiotivity.git Cleanup Maven build script 1. Cleanup Maven build script Change-Id: Ibf455e52f064b7b0cc5e4cd00beda51d25c8950d Signed-off-by: Jee Hyeok Kim Reviewed-on: https://gerrit.iotivity.org/gerrit/9965 Tested-by: jenkins-iotivity Reviewed-by: jung seungho --- diff --git a/cloud/account/pom.xml b/cloud/account/pom.xml index fd1bff3..c283b9f 100644 --- a/cloud/account/pom.xml +++ b/cloud/account/pom.xml @@ -1,49 +1,59 @@ - - 4.0.0 - org.iotivity.cloud - CloudAccount - 0.0.1-SNAPSHOT - - + + 4.0.0 + org.iotivity.cloud + CloudAccount + 0.0.1-SNAPSHOT + + UTF-8 true - - - + + + org.iotivity.cloud CloudStack 0.0.1-SNAPSHOT - - org.mongodb - mongo-java-driver - 3.2.0 - - + + org.mongodb + mongo-java-driver + 3.2.0 + + + org.apache.oltu.oauth2 + org.apache.oltu.oauth2.client + 1.0.1 + + + org.apache.oltu.oauth2 + + org.apache.oltu.oauth2.common + + 1.0.1 + + + org.apache.oltu.oauth2 + + org.apache.oltu.oauth2.authzserver + + 1.0.1 + + junit junit 4.12 - org.apache.oltu.oauth2 - org.apache.oltu.oauth2.client - 1.0.1 + org.mockito + mockito-all + 1.10.19 + test - org.apache.oltu.oauth2 - - org.apache.oltu.oauth2.common - - 1.0.1 - - - org.apache.oltu.oauth2 - - org.apache.oltu.oauth2.authzserver - - 1.0.1 + com.jayway.awaitility + awaitility + 1.7.0 @@ -60,9 +70,9 @@ - - - + + + true @@ -104,7 +114,7 @@ true - + - + \ No newline at end of file diff --git a/cloud/interface/pom.xml b/cloud/interface/pom.xml index a713f8b..e33bb82 100644 --- a/cloud/interface/pom.xml +++ b/cloud/interface/pom.xml @@ -17,9 +17,20 @@ 0.0.1-SNAPSHOT - org.iotivity.cloud - CloudResourceDirectory - 0.0.1-SNAPSHOT + junit + junit + 4.12 + + + org.mockito + mockito-all + 1.10.19 + test + + + com.jayway.awaitility + awaitility + 1.7.0 diff --git a/cloud/messagequeue/pom.xml b/cloud/messagequeue/pom.xml index ba61c09..23961d9 100644 --- a/cloud/messagequeue/pom.xml +++ b/cloud/messagequeue/pom.xml @@ -22,30 +22,30 @@ 3.2.0 + org.apache.kafka + kafka_2.11 + 0.9.0.0 + + + jmxri + com.sun.jmx + + + jmxtools + com.sun.jdmk + + + jms + javax.jms + + + + junit junit 4.12 - org.apache.kafka - kafka_2.11 - 0.9.0.0 - - - jmxri - com.sun.jmx - - - jmxtools - com.sun.jdmk - - - jms - javax.jms - - - - org.mockito mockito-all 1.10.19 diff --git a/cloud/resourcedirectory/pom.xml b/cloud/resourcedirectory/pom.xml index f4deecc..d8f1952 100644 --- a/cloud/resourcedirectory/pom.xml +++ b/cloud/resourcedirectory/pom.xml @@ -26,12 +26,17 @@ junit 4.12 - + org.mockito mockito-all 1.10.19 + test + + + com.jayway.awaitility + awaitility + 1.7.0 - diff --git a/cloud/stack/pom.xml b/cloud/stack/pom.xml index da32793..325c608 100644 --- a/cloud/stack/pom.xml +++ b/cloud/stack/pom.xml @@ -35,11 +35,6 @@ 20140107 - junit - junit - 4.12 - - com.fasterxml.jackson.core jackson-databind 2.4.0 @@ -50,10 +45,26 @@ 2.4.0 + junit + junit + 4.12 + + + org.mockito + mockito-all + 1.10.19 + test + + + com.jayway.awaitility + awaitility + 1.7.0 + + log4j log4j 1.2.17 - +