mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-01 15:28:28 +00:00
213 lines
6.9 KiB
XML
213 lines
6.9 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">
|
|
<parent>
|
|
<groupId>dev.sheldan.oneplus.bot.application</groupId>
|
|
<artifactId>application</artifactId>
|
|
<version>1.6.31-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>executable</artifactId>
|
|
|
|
<properties>
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
</properties>
|
|
|
|
<build>
|
|
<finalName>oneplus-bot</finalName>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>repackage</id>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
<configuration>
|
|
<classifier>exec</classifier>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.postgresql</groupId>
|
|
<artifactId>postgresql</artifactId>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.core</groupId>
|
|
<artifactId>core-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.core</groupId>
|
|
<artifactId>metrics-impl</artifactId>
|
|
</dependency>
|
|
|
|
<!-- modules containing commands -->
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>utility-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.scheduling</groupId>
|
|
<artifactId>scheduling-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>entertainment-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>link-embed-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>webservices-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>remind-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>suggestion-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>starboard-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>modmail-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>assignable-roles-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>voice-channel-context-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>dynamic-activity-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>logging-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>anti-raid-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>invite-filter-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>statistic-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>profanity-filter-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>experience-tracking-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>giveaway-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>image-generation-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
<artifactId>moderation-impl</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.custom</groupId>
|
|
<artifactId>starboard-custom</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.custom</groupId>
|
|
<artifactId>moderation-custom</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
|
|
<artifactId>news</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
|
|
<artifactId>setup</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
|
|
<artifactId>referral</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
|
|
<artifactId>faq</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
|
|
<artifactId>seasonal</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project> |