-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5e61c0
commit 6c4534c
Showing
315 changed files
with
26,000 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,242 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>cc.funkemunky.utils</groupId> | ||
<version>1.8.4</version> | ||
<artifactId>atlas-parent</artifactId> | ||
</parent> | ||
|
||
<artifactId>Atlas</artifactId> | ||
<version>1.8.4</version> | ||
|
||
<scm> | ||
<connection>scm:svn:http://127.0.0.1/dummy</connection> | ||
<developerConnection>scm:svn:https://127.0.0.1/dummy</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>http://127.0.0.1/dummy</url> | ||
</scm> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.7.0</version> | ||
<configuration> | ||
<source>8</source> | ||
<target>8</target> | ||
<compilerArgument>-XDignore.symbol.file</compilerArgument> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-shade-plugin</artifactId> | ||
<version>3.1.0</version> | ||
<executions> | ||
<execution> | ||
<phase>package</phase> | ||
<goals> | ||
<goal>shade</goal> | ||
</goals> | ||
<configuration> | ||
<minimizeJar>false</minimizeJar> | ||
<relocations> | ||
<relocation> | ||
<pattern>org.yaml.snakeyaml</pattern> | ||
<shadedPattern>cc.funkemunky.api.utils.org.yaml.snakeyaml</shadedPattern> | ||
</relocation> | ||
</relocations> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
<resources> | ||
<resource> | ||
<directory>src/main/resources</directory> | ||
<filtering>true</filtering> | ||
</resource> | ||
</resources> | ||
</build> | ||
|
||
<repositories> | ||
<repository> | ||
<id>funkemunky-releases</id> | ||
<url>https://nexus.funkemunky.cc/content/repositories/releases/</url> | ||
</repository> | ||
<repository> | ||
<id>jitpack.io</id> | ||
<url>https://jitpack.io</url> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>dev.brighten.db</groupId> | ||
<artifactId>Assembly</artifactId> | ||
<version>2.0.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-math3</artifactId> | ||
<version>3.6.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.paperspigot</groupId> | ||
<artifactId>1.8.8</artifactId> | ||
<version>1.8.8</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.shevchik.protocolsupport</groupId> | ||
<artifactId>protocolsupport</artifactId> | ||
<version>1.8</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>us.myles.viaversion</groupId> | ||
<artifactId>ViaVersion</artifactId> | ||
<version>2.2.3</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.14.1</artifactId> | ||
<version>1.14.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.15.1</artifactId> | ||
<version>1.15.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.14.3</artifactId> | ||
<version>1.14.3</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.14.2</artifactId> | ||
<version>1.14.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.15</artifactId> | ||
<version>1.15</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.15.2</artifactId> | ||
<version>1.15.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.13.2</artifactId> | ||
<version>1.13.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.7.10</artifactId> | ||
<version>1.7.10</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.8</artifactId> | ||
<version>1.8</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.8.3</artifactId> | ||
<version>1.8.3</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.8.8</artifactId> | ||
<version>1.8.8</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.16.1</artifactId> | ||
<version>1.16.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.9</artifactId> | ||
<version>1.9</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.9.4</artifactId> | ||
<version>1.9.4</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.10.2</artifactId> | ||
<version>1.10.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.11.1</artifactId> | ||
<version>1.11.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.11.2</artifactId> | ||
<version>1.11.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.12.1</artifactId> | ||
<version>1.12.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.12.2</artifactId> | ||
<version>1.12.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.13</artifactId> | ||
<version>1.13</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.spigot</groupId> | ||
<artifactId>1.14</artifactId> | ||
<version>1.14</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.github.paperspigot</groupId> | ||
<artifactId>1.13.2</artifactId> | ||
<version>1.13.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
</project> |
Oops, something went wrong.