rangareddy opened a new pull request, #537:
URL: https://github.com/apache/incubator-xtable/pull/537

   ## *Important Read*
   
   This pull request aims to address issues 
[#530](https://github.com/apache/incubator-xtable/issues/530)
   
   ## What is the purpose of the pull request
   
   Removing the hardcoded scala version for jackson-module-scala in xtable 
parent project and xtable-core projects.
   
   ## Brief change log
   
   * Removed the hard coded scala version i.e `2.12` and replaced with 
`${scala.version.prefix}`.
   
   ```xml
   <dependency>
       <groupId>com.fasterxml.jackson.module</groupId>
       <artifactId>jackson-module-scala_${scala.version.prefix}</artifactId>
       <version>${jackson.version}</version>
   </dependency>
   ```
   
   ## Verify this pull request
   
   Verified by running `$ mvn clean install -DskipTests -U` locally.


-- 
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: commits-unsubscr...@xtable.apache.org

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

Reply via email to