discord-practice-bot/zer10hdbot/pom.xml

30 lines
1.1 KiB
XML
Raw Permalink Normal View History

2017-08-17 07:02:00 +00: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-08-17 19:33:59 +00:00
<modelVersion>4.0.0</modelVersion>
<groupId>zer01hd.zer10hdbot</groupId>
<artifactId>zer10hdbot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
2017-08-17 19:33:59 +00:00
<name>Zer10HDBot</name>
<description>A discord bot that has no purpose to be honest.</description>
<repositories>
<repository>
<!-- This repo fixes issues with transitive dependencies -->
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.2.0_242</version>
</dependency>
</dependencies>
2017-08-17 07:02:00 +00:00
</project>