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/28 22:16:09 UTC

[09/18] incubator-tamaya-extensions git commit: Removed all dependencies to Hamcrest versions < 2.0.0.0

Removed all dependencies to Hamcrest versions < 2.0.0.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/83e2b797
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/83e2b797
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/83e2b797

Branch: refs/heads/master
Commit: 83e2b79799a6546dab29b2a9e74b21b8d965f9d9
Parents: f095dea
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Mar 4 04:39:46 2016 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Thu Sep 29 00:15:51 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/83e2b797/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2480950..6222349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,10 @@ under the License.
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.hamcrest</groupId>
+            <artifactId>java-hamcrest</artifactId>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
@@ -74,4 +78,4 @@ under the License.
     </build>
 
     
-</project>
\ No newline at end of file
+</project>