2017-06-12 22:03:16 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-17 10:23:14 +02:00
|
|
|
<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">
|
2017-06-12 22:03:16 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.djrapitops</groupId>
|
|
|
|
<artifactId>PlanPluginBridge</artifactId>
|
2019-06-22 08:50:37 +02:00
|
|
|
<version>4.8.2-R0.5</version>
|
2017-06-12 22:03:16 +02:00
|
|
|
<packaging>jar</packaging>
|
2017-12-06 11:30:22 +01:00
|
|
|
|
|
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
|
|
<description>Artifact for reducing requirements for manually installing artifacts for another project, Plan
|
|
|
|
</description>
|
|
|
|
<url>https://github.com/Rsl1122/Plan-PlayerAnalytics/tree/master/PlanPluginBridge</url>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
2018-10-28 09:10:56 +01:00
|
|
|
<name>GNU Lesser General Public License v3 (LGPLv3)</name>
|
|
|
|
<url>https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/LICENSE</url>
|
2017-12-06 11:30:22 +01:00
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Risto Lahtela (Rsl1122)</name>
|
|
|
|
<email>djrapitops@hotmail.com</email>
|
|
|
|
<organization>None</organization>
|
|
|
|
<organizationUrl>https://github.com/Rsl1122</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://github.com/Rsl1122/Plan-PlayerAnalytics.git</connection>
|
|
|
|
<developerConnection>scm:git:ssh://github.com:Rsl1122/Plan-PlayerAnalytics.git</developerConnection>
|
|
|
|
<url>https://github.com/Rsl1122/Plan-PlayerAnalytics</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
</properties>
|
|
|
|
|
2017-06-12 22:03:16 +02:00
|
|
|
<repositories>
|
2018-08-27 09:33:21 +02:00
|
|
|
<repository>
|
|
|
|
<id>bungeecord-repo</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</repository>
|
2018-01-11 13:17:04 +01:00
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>paper-repo</id>
|
|
|
|
<url>https://repo.destroystokyo.com/repository/maven-public/</url>
|
|
|
|
</repository>
|
2018-09-05 19:22:35 +02:00
|
|
|
<repository>
|
|
|
|
<id>sponge-repo</id>
|
|
|
|
<url>https://repo.spongepowered.org/maven</url>
|
|
|
|
</repository>
|
2017-06-28 12:24:14 +02:00
|
|
|
<repository>
|
2018-08-26 17:15:51 +02:00
|
|
|
<id>jitpack.io (GriefPrevention)</id>
|
2017-06-28 12:24:14 +02:00
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
</repository>
|
2017-06-30 12:34:56 +02:00
|
|
|
<repository>
|
|
|
|
<id>viaversion-repo</id>
|
|
|
|
<url>https://repo.viaversion.com</url>
|
|
|
|
</repository>
|
2018-04-08 23:26:03 +02:00
|
|
|
<repository>
|
|
|
|
<id>placeholderapi</id>
|
|
|
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
|
</repository>
|
2017-06-12 22:03:16 +02:00
|
|
|
</repositories>
|
2017-12-06 11:30:22 +01:00
|
|
|
|
2017-06-12 22:03:16 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.djrapitops</groupId>
|
2018-11-17 10:42:01 +01:00
|
|
|
<artifactId>Plan-plugin</artifactId>
|
2019-02-19 11:21:07 +01:00
|
|
|
<version>4.7.0-SNAPSHOT</version>
|
2017-06-12 22:03:16 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-10-04 19:32:34 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-text</artifactId>
|
2018-11-12 06:36:00 +01:00
|
|
|
<version>1.6</version>
|
2018-10-04 19:32:34 +02:00
|
|
|
</dependency>
|
|
|
|
|
2018-08-26 17:15:51 +02:00
|
|
|
<!-- Server APIs -->
|
2017-06-12 22:03:16 +02:00
|
|
|
<dependency>
|
2017-08-17 10:23:14 +02:00
|
|
|
<groupId>com.destroystokyo.paper</groupId>
|
2018-01-11 13:17:04 +01:00
|
|
|
<artifactId>paper-api</artifactId>
|
|
|
|
<version>1.12.2-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
|
|
|
<version>1.12-R0.1-SNAPSHOT</version>
|
|
|
|
<type>jar</type>
|
2017-06-12 22:03:16 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-08-27 09:33:21 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.md-5</groupId>
|
|
|
|
<artifactId>bungeecord-api</artifactId>
|
|
|
|
<version>1.12-SNAPSHOT</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-09-05 19:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.spongepowered</groupId>
|
|
|
|
<artifactId>spongeapi</artifactId>
|
2018-11-11 12:17:28 +01:00
|
|
|
<version>7.1.0</version>
|
2018-09-05 19:22:35 +02:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-02-04 16:08:02 +01:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.dagger</groupId>
|
|
|
|
<artifactId>dagger</artifactId>
|
2019-06-20 07:48:03 +02:00
|
|
|
<version>2.23.2</version>
|
2019-02-04 16:08:02 +01:00
|
|
|
</dependency>
|
|
|
|
|
2018-08-26 17:15:51 +02:00
|
|
|
<!-- Plugins from repositories -->
|
|
|
|
|
2017-06-12 22:03:16 +02:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
2019-05-08 10:23:24 +02:00
|
|
|
<version>2.10.1</version>
|
2017-06-12 22:03:16 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>us.myles</groupId>
|
|
|
|
<artifactId>viaversion</artifactId>
|
|
|
|
<version>1.5.0</version>
|
2017-06-12 22:03:16 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-10-04 19:32:34 +02:00
|
|
|
<dependency> <!-- Maven Central -->
|
|
|
|
<groupId>me.lucko.luckperms</groupId>
|
|
|
|
<artifactId>luckperms-api</artifactId>
|
2019-04-08 08:01:06 +02:00
|
|
|
<version>4.4</version>
|
2018-10-04 19:32:34 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
|
|
|
|
<!-- Plugins requiring local install -->
|
|
|
|
|
2017-06-12 22:03:16 +02:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>me.konsolas</groupId>
|
|
|
|
<artifactId>AAC</artifactId>
|
|
|
|
<version>3.5.0</version>
|
2017-06-12 22:03:16 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-06-30 12:34:56 +02:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>com.massivecraft</groupId>
|
|
|
|
<artifactId>factions</artifactId>
|
|
|
|
<version>2.14.0</version>
|
2017-06-28 12:24:14 +02:00
|
|
|
<scope>provided</scope>
|
2017-06-30 12:34:56 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>com.massivecraft</groupId>
|
|
|
|
<artifactId>mcore</artifactId>
|
|
|
|
<version>2.14.0</version>
|
2017-06-30 12:34:56 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-11-27 10:09:11 +01:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>com.gamingmesh</groupId>
|
|
|
|
<artifactId>jobs</artifactId>
|
|
|
|
<version>4.7.4</version>
|
2017-11-27 10:09:11 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>org.kingdoms</groupId>
|
|
|
|
<artifactId>kingdoms_demo</artifactId>
|
|
|
|
<version>13.3.40</version>
|
2017-11-27 10:09:11 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>litebans</groupId>
|
|
|
|
<artifactId>api</artifactId>
|
|
|
|
<version>0.3</version>
|
2017-11-27 10:09:11 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-11-27 22:29:40 +01:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>com.github.ProtocolSupport</groupId>
|
|
|
|
<artifactId>ProtocolSupport</artifactId>
|
|
|
|
<version>4.28</version>
|
2017-11-27 22:29:40 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-04-08 23:26:03 +02:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>com.volmit</groupId>
|
|
|
|
<artifactId>react</artifactId>
|
|
|
|
<version>6.573</version>
|
2018-04-08 23:26:03 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-05-26 09:09:34 +02:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>io.minimum</groupId>
|
|
|
|
<artifactId>minecraft.superbvote</artifactId>
|
|
|
|
<version>0.5.3</version>
|
2018-05-26 09:09:34 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-08-16 15:59:54 +02:00
|
|
|
<dependency>
|
2018-08-26 17:15:51 +02:00
|
|
|
<groupId>com.palmergames</groupId>
|
|
|
|
<artifactId>towny</artifactId>
|
|
|
|
<version>0.92.0.0</version>
|
2018-08-16 15:59:54 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-06-12 22:03:16 +02:00
|
|
|
</dependencies>
|
2018-11-17 10:42:01 +01:00
|
|
|
|
2017-08-17 10:23:14 +02:00
|
|
|
<build>
|
2018-02-23 09:34:34 +01:00
|
|
|
<finalName>${project.artifactId}</finalName>
|
2017-08-17 10:23:14 +02:00
|
|
|
<plugins>
|
2018-10-14 14:18:47 +02:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2019-05-03 12:29:41 +02:00
|
|
|
<version>3.8.1</version>
|
2018-10-14 14:18:47 +02:00
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
<annotationProcessorPaths>
|
|
|
|
<path>
|
|
|
|
<groupId>com.google.dagger</groupId>
|
|
|
|
<artifactId>dagger-compiler</artifactId>
|
|
|
|
<version>2.16</version>
|
|
|
|
</path>
|
|
|
|
</annotationProcessorPaths>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-01-11 13:17:04 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>2.5.2</version>
|
|
|
|
</plugin>
|
2017-08-17 10:23:14 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2019-01-25 18:57:29 +01:00
|
|
|
<version>0.8.3</version>
|
2017-08-17 10:23:14 +02:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2018-11-17 10:42:01 +01:00
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>bintray-rsl1122-Plan-repository</id>
|
|
|
|
<name>rsl1122-Plan-repository</name>
|
|
|
|
<url>https://api.bintray.com/maven/rsl1122/Plan-repository/PlanPluginBridge/;publish=1</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
2017-06-12 22:03:16 +02:00
|
|
|
</project>
|