Excluded the slf4j-noop from neo4j as it causes conflicts CTR

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

Branch: refs/heads/TINKERPOP-1489
Commit: ed9ca8151495648a9ae48f20bf8f6123bce64223
Parents: ec1cbda
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 20 08:38:07 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 20 08:38:07 2017 -0500

----------------------------------------------------------------------
 neo4j-gremlin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ed9ca815/neo4j-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index d2c61cd..420d8a8 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -147,6 +147,10 @@ limitations under the License.
                             <groupId>org.slf4j</groupId>
                             <artifactId>slf4j-api</artifactId>
                         </exclusion>
+                        <exclusion>
+                            <groupId>org.slf4j</groupId>
+                            <artifactId>slf4j-nop</artifactId>
+                        </exclusion>
                     </exclusions>
                 </dependency>
                 <dependency>

Reply via email to