Skip to content

Commit

Permalink
Remove duplicated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jul 17, 2023
1 parent 60f12a6 commit 588e617
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions common/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,10 @@
</exclusion>
</exclusions>
</dependency>
<!--
On GraalVM 22.3, the substitution annotations will be on the graal-sdk lib, so we add both lib here
to be able to support 22.2 and 22.3.
-->
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 588e617

Please sign in to comment.