Skip to content

Commit 610a594

Browse files
committed
switched to jitpack again
1 parent 73cbb8e commit 610a594

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

pom.xml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -557,17 +557,6 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
557557
<scope>compile</scope>
558558
</dependency>
559559

560-
<dependency>
561-
<groupId>com.marginallyclever</groupId>
562-
<artifactId>nodegraphcore</artifactId>
563-
<version>1.0.28</version>
564-
</dependency>
565-
<dependency>
566-
<groupId>com.marginallyclever</groupId>
567-
<artifactId>donatello</artifactId>
568-
<version>1.2.7</version>
569-
</dependency>
570-
571560
<!-- dockable windows -->
572561
<dependency>
573562
<groupId>io.github.andrewauclair</groupId>
@@ -589,6 +578,19 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
589578
<artifactId>webcam-capture</artifactId>
590579
<version>0.3.12</version>
591580
</dependency>
581+
582+
<!-- donatello -->
583+
<dependency>
584+
<groupId>com.github.marginallyclever</groupId>
585+
<artifactId>nodegraphcore</artifactId>
586+
<version>1.0.28</version>
587+
</dependency>
588+
<dependency>
589+
<groupId>com.github.marginallyclever</groupId>
590+
<artifactId>donatello</artifactId>
591+
<version>1.2.7</version>
592+
</dependency>
593+
592594
</dependencies>
593595

594596
<properties>

0 commit comments

Comments
 (0)