You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/09/19 09:23:57 UTC

cxf git commit: Addimg a snapshot repo to resolve Tika 2.0 deps

Repository: cxf
Updated Branches:
  refs/heads/master c978ca027 -> 56dab42ca


Addimg a snapshot repo to resolve Tika 2.0 deps


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/56dab42c
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/56dab42c
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/56dab42c

Branch: refs/heads/master
Commit: 56dab42caaf27e3bedf08cbb419d3644aeccb7af
Parents: c978ca0
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Mon Sep 19 10:23:42 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Mon Sep 19 10:23:42 2016 +0100

----------------------------------------------------------------------
 distribution/src/main/release/samples/jax_rs/spark/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/56dab42c/distribution/src/main/release/samples/jax_rs/spark/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spark/pom.xml b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
index ab4b30e..ca9ad56 100644
--- a/distribution/src/main/release/samples/jax_rs/spark/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
@@ -95,4 +95,10 @@
             </plugin>
         </plugins>
     </build>
+    <repositories>
+      <repository>
+         <id>snapshots</id>
+         <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      </repository> 
+    </repositories> 
 </project>