nicktoker opened a new issue #6140: dependiencis
URL: https://github.com/apache/pulsar/issues/6140
 
 
   dependencies versions not need to be in the parent pom file, e.g. let the 
user choose
   
   
   when using pulsar for example flink-pulsar, it bring a old version of flink
   
   even if i use a new one
   flink 1.9 and it bring me from pulsar dependencies flink 1.6 without option 
to change
   
   don't set a versions in pulsar pom of external  jar if they are not part of 
the pulsar version
   user need to add his dependencies in is app pom
   
   <dependency>
                <groupId>org.apache.pulsar</groupId>
                <artifactId>pulsar-flink</artifactId>
                <version>2.5.0</version>
        </dependency>
   
   <dependency>
                <groupId>org.apache.flink</groupId>
                <artifactId>some flink componnet</artifactId>
                <version>flink verionb</version>
        </dependency>
   
   
   #### Steps to reproduce
   just add in you app pom 
   
   <dependency>
                <groupId>org.apache.pulsar</groupId>
                <artifactId>pulsar-flink</artifactId>
                <version>2.5.0</version>
        </dependency>
   
   
   
   #### System configuration
   **Pulsar version**: 2.5.0
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to