diff --git a/core/pom.xml b/core/pom.xml index 82f7b43f..3baeec7b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,16 +24,16 @@ - com.discord4j - stores-redis - ${discord4j.stores.version} - - - io.netty - * - - - + com.discord4j + stores-redis + ${discord4j.version} + + + io.netty + * + + + diff --git a/pom.xml b/pom.xml index 4424ad57..f5c85794 100644 --- a/pom.xml +++ b/pom.xml @@ -1,287 +1,292 @@ - - 4.0.0 + + 4.0.0 - pom + pom - - 1.8 - 1.8 - 1.8 - 1.8 + + 1.8 + 1.8 + 1.8 + 1.8 - UTF-8 - UTF-8 - UTF-8 + UTF-8 + UTF-8 + UTF-8 - 3.0.11.RELEASE - 2.3.0 + 3.0.11.RELEASE + 2.3.0 - 2.1.5.RELEASE - 5.1.5.RELEASE + 2.1.5.RELEASE + 5.1.5.RELEASE - 3.1.0-SNAPSHOT - 3.1.0-SNAPSHOT + 3.1.0-SNAPSHOT - 1.28.0 + 1.28.0 - 0.8.1.RELEASE - 0.8.2.RELEASE + 0.8.1.RELEASE + 0.8.2.RELEASE - 4.1.44.Final + 4.1.44.Final - 3.1.0-SNAPSHOT - + Dysprosium-SR7 - org.dreamexposure - DisCal - ${revision} + 3.1.0-SNAPSHOT + - - core - client - server - web - + org.dreamexposure + DisCal + ${revision} - - - nova-release-pub - Releases - https://repo.novafox161.com/repository/nova-release-pub/ - - - nova-snapshots-pub - Snapshots - https://repo.novafox161.com/repository/nova-snapshots-pub/ - - + + core + client + server + web + - - - nova-public - https://repo.novafox161.com/repository/nova-public/ - - - jcenter - https://jcenter.bintray.com - - - jitpack.io - https://jitpack.io - - - spring-releases - https://repo.spring.io/libs-release - - - snapshots-repo - https://oss.sonatype.org/content/repositories/snapshots - - true - - - + + + nova-release-pub + Releases + https://repo.novafox161.com/repository/nova-release-pub/ + + + nova-snapshots-pub + Snapshots + https://repo.novafox161.com/repository/nova-snapshots-pub/ + + - - - spring-releases - https://repo.spring.io/libs-release - - + + + nova-public + https://repo.novafox161.com/repository/nova-public/ + + + jcenter + https://jcenter.bintray.com + + + jitpack.io + https://jitpack.io + + + spring-releases + https://repo.spring.io/libs-release + + + snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + + true + + + - - - - io.projectreactor - reactor-bom - Dysprosium-SR6 - pom - import - - - + + + spring-releases + https://repo.spring.io/libs-release + + + + + + + io.projectreactor + reactor-bom + ${reactor.version.bom} + pom + import + + + - - - - org.jetbrains - annotations - 17.0.0 - - - - io.netty - netty-all - ${netty.version.forced} - - - - io.projectreactor - reactor-core - - - - org.dreamexposure - NovaUtils - 1.0.0-SNAPSHOT - jar - - - - com.github.DiscordBotList - Java-Wrapper - v1.0 - - - - com.google.api-client - google-api-client - ${google.client-api.version} - false - - - - com.google.apis - google-api-services-calendar - v3-rev371-1.25.0 - - - - com.google.oauth-client - google-oauth-client-jetty - ${google.client-api.version} - - - org.mortbay.jetty - servlet-api - - - - - - dev.miku - r2dbc-mysql - ${r2dbc.mysql.version} - - - io.netty - * - - - io.projectreactor - * - - - - - - io.r2dbc - r2dbc-pool - ${r2dbc.pool.version} - - - - org.json - json - 20180813 - - - - joda-time - joda-time - 2.10.1 - - - - com.squareup.okhttp3 - okhttp - 3.14.0 - - - - club.minnced - discord-webhooks - 0.1.7 - - - - org.thymeleaf - thymeleaf - ${thymeleaf.version} - compile - - - - org.thymeleaf - thymeleaf-spring5 - ${thymeleaf.version} - compile - - - - nz.net.ultraq.thymeleaf - thymeleaf-layout-dialect - ${thymeleaf-layout-dialect.version} - compile - - - - org.springframework.boot - spring-boot-starter-thymeleaf - ${spring.version} - compile - - - - org.springframework.boot - spring-boot-starter-web - ${spring.version} - - - - org.springframework.session - spring-session-data-redis - ${spring.version} - - - - org.springframework.security - spring-security-core - ${spring.security.version} - compile - - - - org.springframework.security - spring-security-web - ${spring.security.version} - - + + + + org.jetbrains + annotations + 17.0.0 + + + + io.netty + netty-all + ${netty.version.forced} + + + + io.projectreactor + reactor-core + + + + io.projectreactor.netty + reactor-netty + + + + org.dreamexposure + NovaUtils + 1.0.0-SNAPSHOT + jar + + + + com.github.DiscordBotList + Java-Wrapper + v1.0 + + + + com.google.api-client + google-api-client + ${google.client-api.version} + false + + + + com.google.apis + google-api-services-calendar + v3-rev371-1.25.0 + + + + com.google.oauth-client + google-oauth-client-jetty + ${google.client-api.version} + + + org.mortbay.jetty + servlet-api + + + + + + dev.miku + r2dbc-mysql + ${r2dbc.mysql.version} + + + io.netty + * + + + io.projectreactor + * + + + + + + io.r2dbc + r2dbc-pool + ${r2dbc.pool.version} + + + + org.json + json + 20180813 + + + + joda-time + joda-time + 2.10.1 + + + + com.squareup.okhttp3 + okhttp + 3.14.0 + + + + club.minnced + discord-webhooks + 0.1.7 + + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + compile + + + + org.thymeleaf + thymeleaf-spring5 + ${thymeleaf.version} + compile + + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + ${thymeleaf-layout-dialect.version} + compile + + + + org.springframework.boot + spring-boot-starter-thymeleaf + ${spring.version} + compile + + + + org.springframework.boot + spring-boot-starter-web + ${spring.version} + + + + org.springframework.session + spring-session-data-redis + ${spring.version} + + + + org.springframework.security + spring-security-core + ${spring.security.version} + compile + + + + org.springframework.security + spring-security-web + ${spring.security.version} + + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - 8 - 8 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - true - - false - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 8 + 8 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + true + + false + + + \ No newline at end of file