You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/24 14:20:21 UTC

[camel-performance-tests] 27/33: Use a single point of parent POM for build, properties and BOMs

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit ee02c5190255c5d064f49958b710250043f9f260
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 15:05:01 2021 +0100

    Use a single point of parent POM for build, properties and BOMs
---
 .../postgresql-kafka-exchange-pooling/pom.xml      | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml b/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
index ad6467c..bd39901 100644
--- a/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
+++ b/profiling/kafka/postgresql-kafka-exchange-pooling/pom.xml
@@ -111,31 +111,6 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-maven-plugin</artifactId>
-                <version>${quarkus.version}</version>
-                <extensions>true</extensions>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>build</goal>
-                            <goal>generate-code</goal>
-                            <goal>generate-code-tests</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>${maven-compiler-plugin.version}</version>
-            </plugin>
-        </plugins>
-    </build>
-
     <profiles>
         <profile>
             <id>jvm</id>