File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 1919 </plugins >
2020 </build >
2121 <distributionManagement >
22- <repository >
23- <id >github</id >
24- <name >GitHub ArtifactForms Apache Maven Packages</name >
25- <url >https://maven.pkg.github.com/ArtifactForms/MeshLibCore/master</url >
26- <releases >
27- <enabled >true</enabled >
28- </releases >
29- <snapshots >
30- <enabled >true</enabled >
31- </snapshots >
32- </repository >
22+ <repository >
23+ <id >github</id >
24+ <name >GitHub ArtifactForms Apache Maven Packages</name >
25+ <url >https://maven.pkg.github.com/ArtifactForms/MeshLibCore/master</url >
26+ <releases >
27+ <enabled >true</enabled >
28+ </releases >
29+ <snapshots >
30+ <enabled >true</enabled >
31+ </snapshots >
32+ </repository >
3333 </distributionManagement >
3434 <dependencies >
35+ <dependency >
36+ <groupId >org.processing</groupId >
37+ <artifactId >core</artifactId >
38+ <version >3.3.7</version >
39+ </dependency >
40+ <dependency >
41+ <groupId >org.jogamp.gluegen</groupId >
42+ <artifactId >gluegen-rt-main</artifactId >
43+ <version >2.3.2</version >
44+ </dependency >
45+ <dependency >
46+ <groupId >org.jogamp.jogl</groupId >
47+ <artifactId >jogl-all-main</artifactId >
48+ <version >2.3.2</version >
49+ </dependency >
3550 <dependency >
3651 <groupId >org.junit.jupiter</groupId >
3752 <artifactId >junit-jupiter-engine</artifactId >
You can’t perform that action at this time.
0 commit comments