Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r106658488 --- Diff: exec/jdbc-all/pom.xml --- @@ -403,7 +402,6 @@ <exclude>**/*.SF</exclude> <exclude>**/*.RSA</exclude> <exclude>**/*.DSA</exclude> - <exclude>javax/**</exclude> --- End diff -- This ` <exclude>javax/**</exclude>` exludes validation-api as well. Therefore it should be deleted. To avoid including unnecessary libraries I decided to add: ` <exclude>javax/activation/**</exclude>` ` <exclude>javax/annotation-api/**</exclude>` ` <exclude>javax/inject/**</exclude>` ` <exclude>javax/servlet-api/**</exclude>` ` <exclude>javax/json/**</exclude>` ` <exclude>javax/ws/**</exclude>`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---