Update modules
This commit is contained in:
parent
0f60dec532
commit
364a92101d
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>6.5.0</version>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<version>6.5.0</version>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<version>6.5.0</version>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<version>6.5.0</version>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<version>6.5.0</version>
|
||||
</parent>
|
||||
|
||||
|
@ -34,10 +34,10 @@ module telegrambots.meta {
|
||||
exports org.telegram.telegrambots.meta.api.interfaces;
|
||||
exports org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent;
|
||||
exports org.telegram.telegrambots.meta.api.objects.inlinequery.result;
|
||||
requires com.google.common;
|
||||
requires static lombok;
|
||||
requires com.fasterxml.jackson.annotation;
|
||||
requires com.fasterxml.jackson.core;
|
||||
requires com.fasterxml.jackson.databind;
|
||||
requires org.slf4j;
|
||||
requires org.apache.commons.lang3;
|
||||
}
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<version>6.5.0</version>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.warp</groupId>
|
||||
<artifactId>Bots</artifactId>
|
||||
<artifactId>bots</artifactId>
|
||||
<version>6.5.0</version>
|
||||
</parent>
|
||||
|
||||
|
@ -18,7 +18,6 @@ module telegrambots {
|
||||
requires jersey.server;
|
||||
requires org.apache.commons.compress;
|
||||
requires jersey.common;
|
||||
requires com.google.common;
|
||||
requires jakarta.annotation;
|
||||
requires jakarta.activation;
|
||||
requires jakarta.xml.bind;
|
||||
|
Loading…
Reference in New Issue
Block a user