TINKERPOP-1612 Removed exclusion of commons-lang3 for neo4j That used to come in as part of gremlin-groovy, but since neo4j-gremlin no longer depends on that we need to remove the exclusion.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df3bc476 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df3bc476 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/df3bc476 Branch: refs/heads/TINKERPOP-1612 Commit: df3bc476bd02fb5fb69b0fc072252a490a30fbae Parents: e270e65 Author: Stephen Mallette <[email protected]> Authored: Thu Jan 26 10:58:14 2017 -0500 Committer: Stephen Mallette <[email protected]> Committed: Thu Feb 2 10:14:43 2017 -0500 ---------------------------------------------------------------------- neo4j-gremlin/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/df3bc476/neo4j-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml index cedd11e..7602cc0 100644 --- a/neo4j-gremlin/pom.xml +++ b/neo4j-gremlin/pom.xml @@ -122,10 +122,6 @@ limitations under the License. <scope>test</scope> <exclusions> <exclusion> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </exclusion> - <exclusion> <groupId>com.googlecode.concurrentlinkedhashmap</groupId> <artifactId>concurrentlinkedhashmap-lru</artifactId> </exclusion>
