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

[camel] branch main updated: (chores) build: removed the unused not-mac profile

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 327cb92139d (chores) build: removed the unused not-mac profile
327cb92139d is described below

commit 327cb92139d1e8493ea9026e8ca6c0b61e4ed24c
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jul 13 12:59:56 2023 +0200

    (chores) build: removed the unused not-mac profile
---
 pom.xml | 64 ----------------------------------------------------------------
 1 file changed, 64 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1765d88548b..8852e541ff8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -608,70 +608,6 @@
     </build>
 
     <profiles>
-        <profile>
-            <!-- When not on the Mac, we need to add tools.jar to the antrun plugin
-              for schemagen to work -->
-            <id>not-mac</id>
-            <activation>
-                <os>
-                    <family>!mac</family>
-                </os>
-            </activation>
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-antrun-plugin</artifactId>
-                            <dependencies>
-                                <dependency>
-                                    <groupId>com.sun.xml.bind</groupId>
-                                    <artifactId>jaxb-core</artifactId>
-                                    <version>${jaxb-core-version}</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>com.sun.xml.bind</groupId>
-                                    <artifactId>jaxb-impl</artifactId>
-                                    <version>${jaxb-impl-version}</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>com.sun.xml.bind</groupId>
-                                    <artifactId>jaxb-jxc</artifactId>
-                                    <version>${jaxb-xjc-version}</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>xerces</groupId>
-                                    <artifactId>xercesImpl</artifactId>
-                                    <version>2.12.2</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>ant-contrib</groupId>
-                                    <artifactId>ant-contrib</artifactId>
-                                    <version>1.0b3</version>
-                                    <exclusions>
-                                        <exclusion>
-                                            <groupId>ant</groupId>
-                                            <artifactId>ant</artifactId>
-                                        </exclusion>
-                                    </exclusions>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.apache.ant</groupId>
-                                    <artifactId>ant-trax</artifactId>
-                                    <version>1.8.0</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.apache.ant</groupId>
-                                    <artifactId>ant-nodeps</artifactId>
-                                    <version>1.8.1</version>
-                                </dependency>
-                            </dependencies>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-            </build>
-        </profile>
-
         <profile>
             <id>deploy</id>
             <build>