You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/06 17:18:16 UTC

[20/50] [abbrv] incubator-tamaya-sandbox git commit: Update Hamcrest (1.3 -> 2.0.0.0)

Update Hamcrest (1.3 -> 2.0.0.0)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/4607b3da
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/4607b3da
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/4607b3da

Branch: refs/heads/master
Commit: 4607b3dac8e7a58382340c900624e991e04a35cd
Parents: 570ef04
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Feb 14 21:12:56 2016 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Feb 14 21:12:56 2016 +0100

----------------------------------------------------------------------
 jodatime/pom.xml | 4 ++--
 ui/jsf/pom.xml   | 7 +------
 2 files changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/4607b3da/jodatime/pom.xml
----------------------------------------------------------------------
diff --git a/jodatime/pom.xml b/jodatime/pom.xml
index 98f48cf..13d7c29 100644
--- a/jodatime/pom.xml
+++ b/jodatime/pom.xml
@@ -66,7 +66,7 @@ under the License.
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>java-hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
@@ -104,4 +104,4 @@ under the License.
 
 
     
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/4607b3da/ui/jsf/pom.xml
----------------------------------------------------------------------
diff --git a/ui/jsf/pom.xml b/ui/jsf/pom.xml
index abba160..aab6a64 100644
--- a/ui/jsf/pom.xml
+++ b/ui/jsf/pom.xml
@@ -76,12 +76,7 @@ under the License.
         </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-core</artifactId>
+            <artifactId>java-hamcrest</artifactId>
             <scope>test</scope>
         </dependency>