This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 61550ce  osgi.itests: fix test
61550ce is described below

commit 61550ceb83004e01a8683e5c2cd578c528df8ec3
Author: Alexey Markevich <buhhu...@gmail.com>
AuthorDate: Sun Mar 28 01:25:57 2021 +0300

    osgi.itests: fix test
---
 .../src/test/java/org/apache/cxf/osgi/itests/soap/JmsServiceTest.java  | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/soap/JmsServiceTest.java 
b/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/soap/JmsServiceTest.java
index a1d38f4..0127f37 100644
--- 
a/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/soap/JmsServiceTest.java
+++ 
b/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/soap/JmsServiceTest.java
@@ -78,9 +78,6 @@ public class JmsServiceTest extends CXFOSGiTestSupport {
         return OptionUtils.combine(
             cxfBaseConfig(),
             features(cxfUrl, "cxf-jaxws", "cxf-transports-jms"),
-            // TODO: remove it when 5.16.1 is released, 
https://issues.apache.org/jira/browse/AMQ-8009
-            
features(maven().groupId("org.apache.karaf.features").artifactId("spring-legacy").versionAsInProject()
-                .type("xml").classifier("features")),
             
features(maven().groupId("org.apache.activemq").artifactId("activemq-karaf").versionAsInProject()
                 .type("xml").classifier("features-core"),
                 "cxf-jackson", "activemq-client"),

Reply via email to