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/cfbcf272
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/cfbcf272
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/cfbcf272
Branch: refs/heads/master
Commit: cfbcf272f7fd5606ab6a80ee715603c96d1126b2
Parents: 626e424
Author: Oliver B. Fischer <plexus@apache.org>
Authored: Fri Mar 4 04:39:46 2016 +0100
Committer: Oliver B. Fischer <plexus@apache.org>
Committed: Tue Sep 27 00:18:31 2016 +0200
----------------------------------------------------------------------
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/cfbcf272/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ac7f28..33d8659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,12 @@ under the License.
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>java-hamcrest</artifactId>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -87,4 +93,4 @@ under the License.
</build>
-</project>
\ No newline at end of file
+</project>
|