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/10/17 18:22:01 UTC

[41/50] [abbrv] 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/11f5d507
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/11f5d507
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/11f5d507

Branch: refs/heads/master
Commit: 11f5d50798797c971a43c73eb8f54432f4d4af79
Parents: 98980d0
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Mar 4 04:39:46 2016 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Sep 30 21:29:37 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/11f5d507/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>