aflierl commented on issue #125:
URL: https://github.com/apache/plc4x-extras/issues/125#issuecomment-3877176129

   I think in the POM for the Apache Kafka integration, the following 3 
dependencies are incorrectly scoped to "test":
   
   ```xml
           <dependency>
               <groupId>com.fasterxml.jackson.dataformat</groupId>
               <artifactId>jackson-dataformat-yaml</artifactId>
               <version>2.17.0</version>
               <scope>test</scope>
           </dependency>
           <dependency>
               <groupId>org.apache.commons</groupId>
               <artifactId>commons-collections4</artifactId>
               <version>4.4</version>
               <scope>test</scope>
           </dependency>
           <dependency>
               <groupId>org.apache.commons</groupId>
               <artifactId>commons-math3</artifactId>
               <version>3.6.1</version>
               <scope>test</scope>
           </dependency>
   ```
   
   When building the kafka connect plugin (0.13.1) from source as-is, I get the 
errors mentioned in this thread. After I patch these three dependencies to be 
regular (i.e. compile and runtime) dependencies, everything works fine.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to