You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/03/25 22:05:59 UTC

incubator-tinkerpop git commit: dependency-reduce-pom removed.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 24a3bbf8b -> 18a85e697


dependency-reduce-pom removed.


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

Branch: refs/heads/master
Commit: 18a85e6970e5a27cd850492535dcd9e4e3bf5f0b
Parents: 24a3bbf
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Mar 25 15:05:55 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Mar 25 15:05:55 2015 -0600

----------------------------------------------------------------------
 .gitignore           | 1 -
 gremlin-core/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/18a85e69/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9a072bb..f4779c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,3 @@ _bsp/
 doc/out
 docs/*.asciidoc
 ext/
-dependency-reduced-pom.xml

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/18a85e69/gremlin-core/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml
index 4ba209a..e449b1a 100644
--- a/gremlin-core/pom.xml
+++ b/gremlin-core/pom.xml
@@ -133,7 +133,7 @@ limitations under the License.
                             <goal>shade</goal>
                         </goals>
                         <configuration>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                            <createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>com.esotericsoftware.kryo:*</include>