leo65535 opened a new pull request #1730:
URL: https://github.com/apache/incubator-inlong/pull/1730


   
   Fixes #1729
   
   ### Motivation
   
   
   Avoid using constant value as version when referencing other modules, we can 
use `${project.version}`
   
   ```
   <dependency>
       <groupId>org.apache.inlong</groupId>
       <artifactId>inlong-common</artifactId>
       <version>0.12.0-incubating-SNAPSHOT</version>
       <exclusions>
           <exclusion>
               <artifactId>slf4j-api</artifactId>
               <groupId>org.slf4j</groupId>
           </exclusion>
           <exclusion>
               <artifactId>snappy-java</artifactId>
               <groupId>org.xerial.snappy</groupId>
           </exclusion>
           <exclusion>
               <artifactId>guava</artifactId>
               <groupId>com.google.guava</groupId>
           </exclusion>
       </exclusions>
   </dependency>
   ```
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
     - If a feature is not applicable for documentation, explain why?
     - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


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