Update pom
This commit is contained in:
parent
b4bea40a86
commit
06b8250325
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,3 +43,5 @@ copyright/
|
||||
|
||||
#File System specific files
|
||||
.DS_Store
|
||||
|
||||
telegrambots/.factorypath
|
||||
|
@ -94,6 +94,12 @@
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -113,6 +113,18 @@
|
||||
<version>${spring-boot.version}</version>
|
||||
<scope>test</scope>
|
||||
<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>
|
||||
<groupId>jakarta.xml.bind</groupId>
|
||||
<artifactId>jakarta.xml.bind-api</artifactId>
|
||||
|
2
telegrambots/.gitignore
vendored
Normal file
2
telegrambots/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/.apt_generated/
|
||||
/.apt_generated_tests/
|
Loading…
Reference in New Issue
Block a user