Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Oct 18, 2022
1 parent d050d7f commit 32b9582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analytical_engine/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
</dependency>
<dependency>
<groupId>com.alibaba.graphscope</groupId>
<artifactId>graphx-on-graphscope</artifactId>
<artifactId>giraph-on-grape</artifactId>
<classifier>shaded</classifier>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.alibaba.graphscope</groupId>
<artifactId>giraph-on-grape</artifactId>
<artifactId>graphx-on-graphscope</artifactId>
<classifier>shaded</classifier>
<version>${revision}</version>
</dependency>
Expand Down

0 comments on commit 32b9582

Please sign in to comment.