You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/09/03 19:51:32 UTC

[05/50] [abbrv] incubator-tinkerpop git commit: Remove classpathscanner dependency - not needed with describeSteps() gone.

Remove classpathscanner dependency - not needed with describeSteps() gone.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0efd2665
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/0efd2665
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/0efd2665

Branch: refs/heads/blvp
Commit: 0efd266556ae2e33c06a06a8eefffe71d716dcfe
Parents: 5164f48
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Aug 19 06:40:11 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Aug 19 06:40:11 2015 -0400

----------------------------------------------------------------------
 gremlin-console/pom.xml          | 5 -----
 gremlin-console/src/main/LICENSE | 1 -
 gremlin-console/src/main/NOTICE  | 5 -----
 3 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0efd2665/gremlin-console/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 4ca869e..f2a2e9d 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -77,11 +77,6 @@ limitations under the License.
             <artifactId>gprof</artifactId>
             <version>0.3.1-groovy-2.4</version>
         </dependency>
-        <dependency>
-            <groupId>io.github.lukehutch</groupId>
-            <artifactId>fast-classpath-scanner</artifactId>
-            <version>1.6.0</version>
-        </dependency>
         <!-- TESTING -->
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0efd2665/gremlin-console/src/main/LICENSE
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/LICENSE b/gremlin-console/src/main/LICENSE
index cfce5b8..7b7a146 100644
--- a/gremlin-console/src/main/LICENSE
+++ b/gremlin-console/src/main/LICENSE
@@ -286,7 +286,6 @@ MIT Licenses
 
 The Apache TinkerPop project bundles the following components under the MIT License:
 
-     FastClasspathScanner (io.github.lukehutch:fast-classpath-scanner - https://github.com/lukehutch/fast-classpath-scanner)
      Mockito (org.mockito:mockito-all - http://www.mockito.org)
      JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j - http://www.slf4j.org)
      SLF4J API Module (org.slf4j:slf4j-api - http://www.slf4j.org)

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0efd2665/gremlin-console/src/main/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/NOTICE b/gremlin-console/src/main/NOTICE
index 2a2dbdb..c9a45e7 100644
--- a/gremlin-console/src/main/NOTICE
+++ b/gremlin-console/src/main/NOTICE
@@ -206,11 +206,6 @@ Copyright (C) 2010-2015 Daniel Pocock <da...@pocock.com.au>
 Copyright (c) 2008-2011 Jasper Humphrey <ja...@gmail.com>
 
 ------------------------------------------------------------------------
-FastClasspathScanner
-------------------------------------------------------------------------
-Copyright (c) 2015 Luke Hutchison
-
-------------------------------------------------------------------------
 SLF4j
 ------------------------------------------------------------------------
 Copyright (c) 2004-2007 QOS.ch