You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/07/24 11:20:54 UTC

[tinkerpop] 01/03: Minor fix to test portion of pom after kirby bump CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 22b393dd06a4d48e3c81be0d654c3f047b0dfb41
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jul 24 05:23:12 2019 -0400

    Minor fix to test portion of pom after kirby bump CTR
---
 gremlin-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index 4ab6a15..319d5d5 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -229,6 +229,10 @@ limitations under the License.
                             <groupId>info.ganglia.gmetric4j</groupId>
                             <artifactId>gmetric4j</artifactId>
                         </exclusion>
+                        <exclusion>
+                            <groupId>org.ow2.asm</groupId>
+                            <artifactId>asm</artifactId>
+                        </exclusion>
                     </exclusions>
                 </dependency>
                 <!-- *** WARNING *** -->