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/25 21:24:22 UTC

[34/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/d5a45e7f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/d5a45e7f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/d5a45e7f

Branch: refs/heads/master
Commit: d5a45e7f812a67dd7a815cfc0648bc263eafb4bb
Parents: 1f67dc5
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

----------------------------------------------------------------------
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/d5a45e7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c7da3f8..32dc6b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,14 +66,9 @@ under the License.
             <scope>test</scope>
         </dependency>
 
-
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-core</artifactId>
+            <artifactId>java-hamcrest</artifactId>
         </dependency>
 
         <dependency>
@@ -106,4 +101,4 @@ under the License.
         </plugins>
     </build -->
     
-</project>
\ No newline at end of file
+</project>