You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2015/08/09 03:54:27 UTC

incubator-johnzon git commit: ensuring we don't rely on snapshots in the build

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 2ed417bdb -> 14143ef16


ensuring we don't rely on snapshots in the build


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/14143ef1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/14143ef1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/14143ef1

Branch: refs/heads/master
Commit: 14143ef16d525e86e2021ec0b7d44bd922ccf1c7
Parents: 2ed417b
Author: Romain Manni-Bucau <rm...@starbucks.com>
Authored: Sat Aug 8 18:54:23 2015 -0700
Committer: Romain Manni-Bucau <rm...@starbucks.com>
Committed: Sat Aug 8 18:54:23 2015 -0700

----------------------------------------------------------------------
 johnzon-mapper/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/14143ef1/johnzon-mapper/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index d8811c7..98d59e7 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -40,6 +40,18 @@
       <artifactId>system-rules</artifactId>
       <version>1.8.0</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-io</groupId>
+          <artifactId>commons-io</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.openjpa</groupId>