Rafael Jaimes created DRILL-7699:
------------------------------------
Summary: javax.validation dependency is old
Key: DRILL-7699
URL: https://issues.apache.org/jira/browse/DRILL-7699
Project: Apache Drill
Issue Type: Bug
Components: Client - JDBC
Affects Versions: 1.17.0
Reporter: Rafael Jaimes
Fix For: Future
The dependency for the validation-api being called in the pom of exec/jdbc is
quite old and causes a failure in Presto when loading the JDBC driver. Other
programs might have trouble loading the JDBC driver. Changing the version to
2.0.1-Final fixes the problem. It might also be feasible to just not specify
the version at all.
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
</dependency>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)