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/09 15:10:36 UTC

cxf git commit: Removing the netty dep in the spark demo

Repository: cxf
Updated Branches:
  refs/heads/master 3b9721724 -> adcfa17d9


Removing the netty dep in the spark demo


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

Branch: refs/heads/master
Commit: adcfa17d94da4b27deb8ba952d0bd4dcfcf6972b
Parents: 3b97217
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Sep 9 16:10:15 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Sep 9 16:10:15 2016 +0100

----------------------------------------------------------------------
 .../src/main/release/samples/jax_rs/spark/pom.xml       | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/adcfa17d/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 0ba37c1..ab4b30e 100644
--- a/distribution/src/main/release/samples/jax_rs/spark/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
@@ -60,11 +60,6 @@
             </exclusions>  
         </dependency>
         <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty</artifactId>
-            <version>3.7.0.Final</version>
-        </dependency> 
-        <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
             <version>2.0-SNAPSHOT</version>
@@ -81,13 +76,6 @@
         </dependency>
     </dependencies>
 
-    <repositories>
-      <repository> 
-       <id>repo</id>
-       <url>http://mvnrepository.com/artifact</url>  
-      </repository>
-    </repositories>
-     
     <build>
         <plugins>
             <plugin>