You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/12/02 09:50:31 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #2051: Use camel-dependencies as parent pom to inherit camel version properties

jamesnetherton opened a new pull request #2051:
URL: https://github.com/apache/camel-quarkus/pull/2051


   Attempt to make maintenance for some of the version properties a bit easier by leveraging `org.apache.camel:camel-dependencies`. I also cleaned up some old cruft that I think is no longer needed.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton merged pull request #2051: Use camel-dependencies as parent pom to inherit camel version properties

Posted by GitBox <gi...@apache.org>.
jamesnetherton merged pull request #2051:
URL: https://github.com/apache/camel-quarkus/pull/2051


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2051: Use camel-dependencies as parent pom to inherit camel version properties

Posted by GitBox <gi...@apache.org>.
ppalaga commented on a change in pull request #2051:
URL: https://github.com/apache/camel-quarkus/pull/2051#discussion_r534041879



##########
File path: pom.xml
##########
@@ -38,24 +38,21 @@
 
     <properties>
         <!-- Compile dependency versions (keep sorted alphabetically) -->
-        <ahc.version>2.12.1</ahc.version>
+        <ahc.version>${ahc-version}</ahc.version>
         <animal-sniffer.version>1.18</animal-sniffer.version>
         <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and probably others -->
-	    <avro-ipc-version>1.10.0</avro-ipc-version>
-        <awssdk1.version>1.11.714</awssdk1.version>
+        <avro-ipc-version>1.10.0</avro-ipc-version>
         <awssdk1-swf-libs.version>1.11.22</awssdk1-swf-libs.version>
-        <awssdk2.version>2.14.3</awssdk2.version>
-        <bouncycastle.version>1.66</bouncycastle.version>
+        <bouncycastle.version>${bouncycastle-version}</bouncycastle.version>
         <camel.version>3.6.0</camel.version>

Review comment:
       I'd appreciate a comment on this line (and also in the parent declaration) that this needs to be kept in sync with the parent declaration.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #2051: Use camel-dependencies as parent pom to inherit camel version properties

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on a change in pull request #2051:
URL: https://github.com/apache/camel-quarkus/pull/2051#discussion_r534056518



##########
File path: pom.xml
##########
@@ -38,24 +38,21 @@
 
     <properties>
         <!-- Compile dependency versions (keep sorted alphabetically) -->
-        <ahc.version>2.12.1</ahc.version>
+        <ahc.version>${ahc-version}</ahc.version>
         <animal-sniffer.version>1.18</animal-sniffer.version>
         <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and probably others -->
-	    <avro-ipc-version>1.10.0</avro-ipc-version>
-        <awssdk1.version>1.11.714</awssdk1.version>
+        <avro-ipc-version>1.10.0</avro-ipc-version>
         <awssdk1-swf-libs.version>1.11.22</awssdk1-swf-libs.version>
-        <awssdk2.version>2.14.3</awssdk2.version>
-        <bouncycastle.version>1.66</bouncycastle.version>
+        <bouncycastle.version>${bouncycastle-version}</bouncycastle.version>
         <camel.version>3.6.0</camel.version>

Review comment:
       Ok - I'll follow up with another commit that adds a comment.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org