Update modules

This commit is contained in:
Andrea Cavalli 2023-02-09 18:01:47 +01:00
parent 0f60dec532
commit 364a92101d
9 changed files with 8 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>6.5.0</version> <version>6.5.0</version>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<version>6.5.0</version> <version>6.5.0</version>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<version>6.5.0</version> <version>6.5.0</version>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<version>6.5.0</version> <version>6.5.0</version>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<version>6.5.0</version> <version>6.5.0</version>
</parent> </parent>

View File

@ -34,10 +34,10 @@ module telegrambots.meta {
exports org.telegram.telegrambots.meta.api.interfaces; exports org.telegram.telegrambots.meta.api.interfaces;
exports org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent; exports org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent;
exports org.telegram.telegrambots.meta.api.objects.inlinequery.result; exports org.telegram.telegrambots.meta.api.objects.inlinequery.result;
requires com.google.common;
requires static lombok; requires static lombok;
requires com.fasterxml.jackson.annotation; requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core; requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind; requires com.fasterxml.jackson.databind;
requires org.slf4j; requires org.slf4j;
requires org.apache.commons.lang3;
} }

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<version>6.5.0</version> <version>6.5.0</version>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.warp</groupId> <groupId>org.warp</groupId>
<artifactId>Bots</artifactId> <artifactId>bots</artifactId>
<version>6.5.0</version> <version>6.5.0</version>
</parent> </parent>

View File

@ -18,7 +18,6 @@ module telegrambots {
requires jersey.server; requires jersey.server;
requires org.apache.commons.compress; requires org.apache.commons.compress;
requires jersey.common; requires jersey.common;
requires com.google.common;
requires jakarta.annotation; requires jakarta.annotation;
requires jakarta.activation; requires jakarta.activation;
requires jakarta.xml.bind; requires jakarta.xml.bind;