You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/17 07:48:28 UTC

[camel] 02/04: Remove org.jvnet.jaxb2.maven2:maven-jaxb2-plugin not in use

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

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

commit 7a96bedc379e7ea6c6020ef811fb954fd57831ac
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 09:36:25 2023 +0200

    Remove org.jvnet.jaxb2.maven2:maven-jaxb2-plugin not in use
---
 parent/pom.xml | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 080a573003d..ead43671417 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3160,40 +3160,6 @@
                         <path>/</path>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.jvnet.jaxb2.maven2</groupId>
-                    <artifactId>maven-jaxb2-plugin</artifactId>
-                    <version>0.8.3</version>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>generate</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                    <configuration>
-                        <strict>false</strict>
-                        <extension>true</extension>
-                        <args>
-                            <arg>-no-header</arg>
-                            <arg>-Xfluent-api</arg>
-                        </args>
-                        <plugins>
-                            <plugin>
-                                <groupId>net.java.dev.jaxb2-commons</groupId>
-                                <artifactId>jaxb-fluent-api</artifactId>
-                                <version>2.1.8</version>
-                            </plugin>
-                        </plugins>
-                    </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>xerces</groupId>
-                            <artifactId>xercesImpl</artifactId>
-                            <version>${xerces-version}</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
                 <plugin>
                     <groupId>${jetty-runner-groupId}</groupId>
                     <artifactId>jetty-maven-plugin</artifactId>