com.google.testing.compile imposes a transitive dependency from JDK's tools.jar. It is not published in the Maven central. If it is not clear if tools.jar is used at all - the unit and integration tests pass with tools.jar excluded. The import of tinkerpop-core as a Maven project in Eclipse registers tools.jar as a library, but Eclipse m2e cannot resolve it. This blocks the project's compilation in the IDE, therefor I excluded tools.jar as a transitive dependency and allow project development in Eclipse.
[ Full content available at: https://github.com/apache/tinkerpop/pull/1188 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org