Update pom

This commit is contained in:
Andrea Cavalli 2022-05-11 20:26:31 +02:00
parent b4bea40a86
commit 06b8250325
4 changed files with 22 additions and 0 deletions

2
.gitignore vendored
View File

@ -43,3 +43,5 @@ copyright/
#File System specific files #File System specific files
.DS_Store .DS_Store
telegrambots/.factorypath

View File

@ -94,6 +94,12 @@
<groupId>org.apache.shiro</groupId> <groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId> <artifactId>shiro-core</artifactId>
<version>${shiro.version}</version> <version>${shiro.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -113,6 +113,18 @@
<version>${spring-boot.version}</version> <version>${spring-boot.version}</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
</exclusion>
<exclusion>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion> <exclusion>
<groupId>jakarta.xml.bind</groupId> <groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId> <artifactId>jakarta.xml.bind-api</artifactId>

2
telegrambots/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/.apt_generated/
/.apt_generated_tests/