Skip to content

Commit

Permalink
switched to jitpack again
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jan 22, 2025
1 parent 73cbb8e commit 610a594
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,17 +557,6 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.marginallyclever</groupId>
<artifactId>nodegraphcore</artifactId>
<version>1.0.28</version>
</dependency>
<dependency>
<groupId>com.marginallyclever</groupId>
<artifactId>donatello</artifactId>
<version>1.2.7</version>
</dependency>

<!-- dockable windows -->
<dependency>
<groupId>io.github.andrewauclair</groupId>
Expand All @@ -589,6 +578,19 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
<artifactId>webcam-capture</artifactId>
<version>0.3.12</version>
</dependency>

<!-- donatello -->
<dependency>
<groupId>com.github.marginallyclever</groupId>
<artifactId>nodegraphcore</artifactId>
<version>1.0.28</version>
</dependency>
<dependency>
<groupId>com.github.marginallyclever</groupId>
<artifactId>donatello</artifactId>
<version>1.2.7</version>
</dependency>

</dependencies>

<properties>
Expand Down

0 comments on commit 610a594

Please sign in to comment.