Skip to content

Commit 2d74b02

Browse files
authored
fix(interactive): Fix Dependency Errors (#4489)
<!-- Thanks for your contribution! please review https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before opening an issue. --> ## What do these changes do? [CI](https://github.com/alibaba/GraphScope/actions/runs/13279065828/job/37073806719) throws errors , exclude dependency of kerby from gremlin test to fix it. <!-- Please give a short brief about these changes. --> ## Related issue number <!-- Are there any issues opened that will be resolved by merging this change? --> Fixes
1 parent 15baa01 commit 2d74b02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interactive_engine/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,12 @@
428428
<groupId>org.apache.tinkerpop</groupId>
429429
<artifactId>gremlin-test</artifactId>
430430
<version>${tinkerpop.version}</version>
431+
<exclusions>
432+
<exclusion>
433+
<groupId>org.apache.kerby</groupId>
434+
<artifactId>kerb-simplekdc</artifactId>
435+
</exclusion>
436+
</exclusions>
431437
<scope>compile</scope>
432438
</dependency>
433439
<dependency>

0 commit comments

Comments
 (0)