Skip to content

Commit

Permalink
remove the circular dependency for the same project.. jitpack works b…
Browse files Browse the repository at this point in the history
…y building the jar on first request.
  • Loading branch information
dekm committed Mar 27, 2024
1 parent d166756 commit 2bbad68
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pax-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,7 @@
<developerConnection>scm:git:ssh://github.com:unigrid-project/pax-sdk-java.git</developerConnection>
</scm>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
<!-- JITPACK -->
<dependency>
<groupId>com.github.unigrid-project</groupId>
<artifactId>pax-sdk-java</artifactId>
<version>0.0.1</version>
</dependency>
<!-- gRPC dependencies -->
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit 2bbad68

Please sign in to comment.