Mineplex2018-withcommit/Plugins/Mineplex.Core.Common/pom.xml

51 lines
1.3 KiB
XML
Raw Normal View History

2016-01-18 02:42:47 +01:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2016-12-08 20:25:48 +01:00
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>
2016-01-18 02:42:47 +01:00
2016-12-08 20:25:48 +01:00
<parent>
<groupId>com.mineplex</groupId>
<artifactId>mineplex-parent</artifactId>
<version>dev-SNAPSHOT</version>
</parent>
2016-01-18 02:42:47 +01:00
2016-12-08 20:25:48 +01:00
<artifactId>mineplex-core-common</artifactId>
2016-01-18 02:42:47 +01:00
2016-12-08 20:25:48 +01:00
<dependencies>
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-sheets</artifactId>
<version>v4-rev20-1.22.0</version>
</dependency>
</dependencies>
2016-01-21 07:47:21 +01:00
2016-12-08 20:25:48 +01:00
<build>
<resources>
<resource>
<directory />
<includes>
<include>ascii.png</include>
</includes>
</resource>
</resources>
</build>
2016-01-18 02:42:47 +01:00
</project>