File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments