You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rafael Jaimes (Jira)" <ji...@apache.org> on 2020/04/12 23:25:00 UTC

[jira] [Created] (DRILL-7699) javax.validation dependency is old

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)