mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
POM using github as maven package manager
This commit is contained in:
parent
0a44220fef
commit
7b1bc6980f
49
pom.xml
49
pom.xml
@ -247,17 +247,6 @@
|
||||
<url>file://${project.basedir}/repo</url>
|
||||
</repository>
|
||||
|
||||
<!-- Repo for jpam code- this used for deep learning-->
|
||||
<repository>
|
||||
<id>jdl4pam</id>
|
||||
<url>https://raw.github.com/macster110/jpam/mvn-repo/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jpamutils</id>
|
||||
<url>https://raw.github.com/macster110/jpam/mvn-repo/</url>
|
||||
</repository>
|
||||
|
||||
|
||||
<!-- Repo for Jamie's code -->
|
||||
<!-- IMPORTANT: SOMEHOW THIS REPO INTERFERES WITH THE
|
||||
JAVAFX DEPENDENCIES. Don't understand how, but it
|
||||
@ -306,13 +295,41 @@
|
||||
</repository>
|
||||
|
||||
|
||||
<!-- <repository> -->
|
||||
<!-- <snapshots> -->
|
||||
<!-- <enabled>false</enabled> -->
|
||||
<!-- </snapshots> -->
|
||||
<!-- <id>talan</id> -->
|
||||
<!-- <name>talan</name> -->
|
||||
<!-- <url>https://nexus.talanlabs.com/content/repositories/releases/</url> -->
|
||||
<!-- </repository> -->
|
||||
|
||||
|
||||
<!-- Repo for jpam code- this used for deep learning -->
|
||||
<!-- <repository> -->
|
||||
<!-- <id>jdl4pam</id> -->
|
||||
<!-- <url>https://raw.github.com/macster110/jpam/mvn-repo/</url> -->
|
||||
<!-- <snapshots> -->
|
||||
<!-- <enabled>true</enabled> -->
|
||||
<!-- <updatePolicy>always</updatePolicy> -->
|
||||
<!-- </snapshots> -->
|
||||
<!-- </repository> -->
|
||||
|
||||
<!-- <repository> -->
|
||||
<!-- <id>jpamutils</id> -->
|
||||
<!-- <url>https://raw.github.com/macster110/jpam/mvn-repo/</url> -->
|
||||
<!-- </repository> -->
|
||||
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<url>https://maven.pkg.github.com/macster110/jpam</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>talan</id>
|
||||
<name>talan</name>
|
||||
<url>https://nexus.talanlabs.com/content/repositories/releases/</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
@ -335,6 +352,8 @@
|
||||
<version>0.0.92</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
|
||||
<dependency>
|
||||
<groupId>gov.nist.math</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user