Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7699

Update javax.validation Dependency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.17.0
    • 1.18.0
    • Client - JDBC
    • None

    Description

      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>

      Attachments

        Issue Links

          Activity

            People

              cgivre Charles Givre
              rjaimes Rafael Jaimes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: