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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new f7d8d79  fix dependencies management in package-maven-plugin
f7d8d79 is described below

commit f7d8d79cca9a8d5d9e34a34d3411668876fa05e6
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Mon Dec 2 22:41:16 2019 +0100

    fix dependencies management in package-maven-plugin
---
 tooling/package-maven-plugin/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tooling/package-maven-plugin/pom.xml 
b/tooling/package-maven-plugin/pom.xml
index b78fc60..b20d071 100644
--- a/tooling/package-maven-plugin/pom.xml
+++ b/tooling/package-maven-plugin/pom.xml
@@ -32,18 +32,6 @@
     <name>Camel Quarkus :: Tooling :: Maven :: Package Maven Plugin</name>
     <description>Maven plugin to help package Camel quarkus components and 
plugins</description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>tooling-parent</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to