You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/10 22:49:22 UTC

[camel] 01/03: CAMEL-14691: Remove versions from pom.xml

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

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

commit fe5c7a2a6dc2e1c4738da58091d16af25b5de5cb
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Mar 10 22:40:53 2020 +0100

    CAMEL-14691: Remove versions from pom.xml
    
    This removes versions of managed dependencies in pom.xml
---
 tooling/openapi-rest-dsl-generator/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tooling/openapi-rest-dsl-generator/pom.xml b/tooling/openapi-rest-dsl-generator/pom.xml
index b67683e..24805f5 100644
--- a/tooling/openapi-rest-dsl-generator/pom.xml
+++ b/tooling/openapi-rest-dsl-generator/pom.xml
@@ -52,7 +52,6 @@
         <dependency>
             <groupId>io.apicurio</groupId>
             <artifactId>apicurio-data-models</artifactId>
-            <version>1.0.16.Final</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
@@ -70,7 +69,6 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
-            <version>${assertj-version}</version>
             <scope>test</scope>
         </dependency>