You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/23 01:00:45 UTC

[cxf] branch main updated: CXF-8821: Remove org.eclipse.tycho plugins since OSGi support is removed (#1151)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9155af1114 CXF-8821: Remove org.eclipse.tycho plugins since OSGi support is removed (#1151)
9155af1114 is described below

commit 9155af11145a456646249d05178cc3ef67ecd072
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 22 20:00:38 2023 -0500

    CXF-8821: Remove org.eclipse.tycho plugins since OSGi support is removed (#1151)
---
 parent/pom.xml                           |  2 --
 services/xkms/xkms-x509-handlers/pom.xml | 24 ------------------------
 2 files changed, 26 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9d7e452678..5243133ced 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -242,7 +242,6 @@
         <cxf.servicemix.jsoup.version>1.5.2_2</cxf.servicemix.jsoup.version>
         <cxf.servicemix.specs.jaxb.version>2.3_2</cxf.servicemix.specs.jaxb.version>
         <cxf.servicemix.specs.version>2.9.0</cxf.servicemix.specs.version>
-        <cxf.tycho.version>3.0.3</cxf.tycho.version>
         <cxf.wsdl4j.bundle.version>1.6.3_1</cxf.wsdl4j.bundle.version>
         <cxf.xerces.bundle.version>2.12.2_1</cxf.xerces.bundle.version>
         <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version>
@@ -2148,7 +2147,6 @@
             <properties>
                 <cxf.spring.boot.version>2.7.6</cxf.spring.boot.version>
                 <cxf.spring.version>5.3.24</cxf.spring.version>
-                <cxf.tycho.version>2.7.5</cxf.tycho.version>
             </properties>
         </profile>
         <profile>
diff --git a/services/xkms/xkms-x509-handlers/pom.xml b/services/xkms/xkms-x509-handlers/pom.xml
index 421cfa097c..7363d7e5ed 100644
--- a/services/xkms/xkms-x509-handlers/pom.xml
+++ b/services/xkms/xkms-x509-handlers/pom.xml
@@ -59,28 +59,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.eclipse.tycho</groupId>
-                <artifactId>tycho-maven-plugin</artifactId>
-                <version>${cxf.tycho.version}</version>
-                <extensions>true</extensions>
-            </plugin>
-            <plugin>
-                <groupId>org.eclipse.tycho</groupId>
-                <artifactId>tycho-packaging-plugin</artifactId>
-                <version>${cxf.tycho.version}</version>
-                <executions>
-                    <execution>
-                        <id>timestamp</id>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>build-qualifier</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>