mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-05 10:20:23 +01:00
87 lines
3.1 KiB
XML
87 lines
3.1 KiB
XML
|
<?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>
|
||
|
<groupId>com.djrapitops</groupId>
|
||
|
<artifactId>PlanPluginBridge</artifactId>
|
||
|
<version>3.4.3</version>
|
||
|
<packaging>jar</packaging>
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>vault-repo</id>
|
||
|
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.djrapitops</groupId>
|
||
|
<artifactId>Plan</artifactId>
|
||
|
<version>3.4.3</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.bukkit</groupId>
|
||
|
<artifactId>craftbukkit</artifactId>
|
||
|
<version>1.11.2-R0.1-SNAPSHOT</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.hm</groupId>
|
||
|
<artifactId>advanced.achievements</artifactId>
|
||
|
<version>5.2</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>me.edge209</groupId>
|
||
|
<artifactId>ontime</artifactId>
|
||
|
<version>4.1.4</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.earth2me</groupId>
|
||
|
<artifactId>essentials</artifactId>
|
||
|
<version>2.0.1</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.massivecraft</groupId>
|
||
|
<artifactId>factions</artifactId>
|
||
|
<version>2.10.0</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.gamingmesh</groupId>
|
||
|
<artifactId>jobs</artifactId>
|
||
|
<version>3.9.1</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.massivecraft</groupId>
|
||
|
<artifactId>mcore</artifactId>
|
||
|
<version>2.10.0</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.gmail.nossr50</groupId>
|
||
|
<artifactId>mcmmo</artifactId>
|
||
|
<version>1.5.07</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.palmergames</groupId>
|
||
|
<artifactId>towny</artifactId>
|
||
|
<version>0.91.4.0</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>net.milkbowl.vault</groupId>
|
||
|
<artifactId>VaultAPI</artifactId>
|
||
|
<version>1.6</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
<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>
|
||
|
</project>
|