-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned up poms. maven works. giving up on jitpack.
- Loading branch information
GunnarF
authored and
GunnarF
committed
Feb 7, 2020
1 parent
6b19f50
commit 44f7b38
Showing
7 changed files
with
222 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<project | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>jitpack.io</groupId> | ||
<artifactId>java-root</artifactId> | ||
<version>MASTER-SNAPSHOT</version> | ||
</parent> | ||
<parent> | ||
<groupId>gunnarfloetteroed</groupId> | ||
<artifactId>java</artifactId> | ||
<version>MASTER-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>bioroute</artifactId> | ||
<name>bioroute</name> | ||
<artifactId>bioroute</artifactId> | ||
<name>bioroute</name> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>gunnarfloetteroed</groupId> | ||
<artifactId>utilities</artifactId> | ||
<version>master-SNAPSHOT</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
<repositories> | ||
<repository> | ||
<id>jitpack.io</id> | ||
<url>https://jitpack.io</url> | ||
</repository> | ||
|
||
</repositories> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>jitpack.io</groupId> | ||
<artifactId>utilities</artifactId> | ||
<version>master-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-math3</artifactId> | ||
<version>3.6.1</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<project | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>gunnarfloetteroed.java</groupId> | ||
<artifactId>java-root</artifactId> | ||
<version>MASTER-SNAPSHOT</version> | ||
</parent> | ||
<parent> | ||
<groupId>gunnarfloetteroed</groupId> | ||
<artifactId>java</artifactId> | ||
<version>MASTER-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>cadyts</artifactId> | ||
<name>cadyts</name> | ||
<artifactId>cadyts</artifactId> | ||
<name>cadyts</name> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
|
||
<repositories> | ||
<repository> | ||
<id>jitpack.io</id> | ||
<url>https://jitpack.io</url> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencies> | ||
|
||
<dependency> | ||
<groupId>gunnarfloetteroed.java</groupId> | ||
<artifactId>utilities</artifactId> | ||
<version>master-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-math3</artifactId> | ||
<version>3.6.1</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>gunnarfloetteroed</groupId> | ||
<artifactId>utilities</artifactId> | ||
<version>master-SNAPSHOT</version> | ||
</dependency> | ||
|
||
|
||
</dependencies> | ||
|
||
</dependencies> | ||
|
||
</project> |
Oops, something went wrong.