Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F746004
pom.xml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Subscribers
None
pom.xml
View Options
<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>
Bot
</groupId>
<artifactId>
Bot
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<name>
despbot
</name>
<description>
A discord bot
</description>
<properties>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<version>
3.2.1
</version>
<configuration>
<filters>
<filter>
<artifact>
log4j:**
</artifact>
<includes>
<include>
org/apache/log4j/**
</include>
</includes>
</filter>
<filter>
<artifact>
commons-logging:commons-logging
</artifact>
<includes>
<include>
org/apache/commons/logging/**
</include>
</includes>
</filter>
<filter>
<artifact>
org.slf4j:**
</artifact>
<includes>
<include>
**
</include>
</includes>
</filter>
<filter>
<artifact>
**:sqlite-jdbc**
</artifact>
<includes>
<include>
**
</include>
</includes>
</filter>
</filters>
<transformers>
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"
>
<mainClass>
me.despawningbone.discordbot.DiscordBot
</mainClass>
</transformer>
</transformers>
<minimizeJar>
true
</minimizeJar>
</configuration>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
shade
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
org.awaitility
</groupId>
<artifactId>
awaitility
</artifactId>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
1.8.0-alpha2
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/log4j/apache-log4j-extras -->
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
apache-log4j-extras
</artifactId>
<version>
1.2.17
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
<dependency>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
<version>
1.2
</version>
</dependency>
<!-- old lavaplayer is no longer supported, maven repo is also gone -->
<dependency>
<groupId>
com.github.devoxin
</groupId>
<artifactId>
lavaplayer
</artifactId>
<version>
1.9.1
</version>
</dependency>
<!-- jcenter is gone, this is not available anywhere yet; im not using it atm but there are still code references so ill keep it
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>jda-nas</artifactId>
<version>1.1.0</version>
</dependency>
-->
<dependency>
<groupId>
se.michaelthelin.spotify
</groupId>
<artifactId>
spotify-web-api-java
</artifactId>
<version>
6.0.0
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-io -->
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.5
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.6
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpcore
</artifactId>
<version>
4.4.6
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>
org.json
</groupId>
<artifactId>
json
</artifactId>
<version>
20170516
</version>
</dependency>
<dependency>
<groupId>
net.objecthunter
</groupId>
<artifactId>
exp4j
</artifactId>
<version>
0.4.8
</version>
</dependency>
<dependency>
<groupId>
com.github.discord-jda
</groupId>
<artifactId>
JDA
</artifactId>
<version>
v5.2.1
</version>
</dependency>
<dependency>
<groupId>
org.reflections
</groupId>
<artifactId>
reflections
</artifactId>
<version>
0.9.11
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 -->
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math3
</artifactId>
<version>
3.6.1
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.knowm.xchart/xchart -->
<dependency>
<groupId>
org.knowm.xchart
</groupId>
<artifactId>
xchart
</artifactId>
<version>
3.6.4
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<dependency>
<groupId>
org.xerial
</groupId>
<artifactId>
sqlite-jdbc
</artifactId>
<version>
3.25.2
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
<dependency>
<groupId>
com.zaxxer
</groupId>
<artifactId>
HikariCP
</artifactId>
<version>
3.3.1
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
<dependency>
<groupId>
org.jsoup
</groupId>
<artifactId>
jsoup
</artifactId>
<version>
1.13.1
</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>
jitpack.io
</id>
<url>
https://jitpack.io
</url>
</repository>
</repositories>
</project>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 28, 6:48 PM (13 h, 22 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3b/a3/2c8650b5b3f9a12b1498db8cfff7
Attached To
rDESB despbot
Event Timeline
Log In to Comment