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/59a2a095 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/59a2a095 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/59a2a095 Branch: refs/heads/TINKERPOP-1612 Commit: 59a2a095dcf1f789d38ba49a2a1a3fd3342d5a92 Parents: d20d7cb Author: Stephen Mallette <[email protected]> Authored: Thu Jan 26 10:58:14 2017 -0500 Committer: Stephen Mallette <[email protected]> Committed: Tue Feb 28 06:32:39 2017 -0500 ---------------------------------------------------------------------- neo4j-gremlin/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/59a2a095/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>
