Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 895b2c715 -> 35ae5ea6c


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/35ae5ea6
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/35ae5ea6
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/35ae5ea6

Branch: refs/heads/3.1.x-fixes
Commit: 35ae5ea6c77428e5e6f203a6a3c85fe2414498d0
Parents: 895b2c7
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:19:23 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/35ae5ea6/rt/ws/rm/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index d1751d9..f9f8cbe 100644
--- a/rt/ws/rm/pom.xml
+++ b/rt/ws/rm/pom.xml
@@ -136,11 +136,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