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.git

commit 351645a17c6682f12f065427dc742073ee9bd507
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Nov 3 14:18:28 2022 +0100

    Camel-Plc4x: Use javax.activation version property placeholder coming from 
Parent POM
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 components/camel-plc4x/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-plc4x/pom.xml b/components/camel-plc4x/pom.xml
index 9ed34de6745..3369ee6004d 100644
--- a/components/camel-plc4x/pom.xml
+++ b/components/camel-plc4x/pom.xml
@@ -163,7 +163,7 @@
             <!-- avoids java.lang.NoClassDefFoundError: 
javax/activation/DataHandler in Plc4XProducerTest on Java 11-->
             <groupId>javax.activation</groupId>
             <artifactId>javax.activation-api</artifactId>
-            <version>1.2.0</version>
+            <version>${javax-activation-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to