Repository: cxf
Updated Branches:
  refs/heads/master 3d02791f0 -> 6ec6ff5e1


Fix duplicate dependency. This closes #283.


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

Branch: refs/heads/master
Commit: 6ec6ff5e1a9b04155de90847df9067469fb03dba
Parents: 3d02791
Author: Maxim Samoylych <msamoyl...@sberbank-tele.com>
Authored: Mon Jun 19 16:46:29 2017 +0300
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Mon Jun 19 15:16:30 2017 +0100

----------------------------------------------------------------------
 rt/ws/rm/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/6ec6ff5e/rt/ws/rm/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index 3b0b7c0..c0749fb 100644
--- a/rt/ws/rm/pom.xml
+++ b/rt/ws/rm/pom.xml
@@ -142,11 +142,6 @@
             <artifactId>slf4j-jdk14</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-               <groupId>org.apache.derby</groupId>
-               <artifactId>derby</artifactId>
-               <scope>test</scope>
-        </dependency>
     </dependencies>
     <build>
         <plugins>

Reply via email to