prepare version 2.0.0

remove shiro support
This commit is contained in:
Joern Muehlencord
2023-10-25 12:04:43 +02:00
parent bc0493b094
commit 66be348fd3
30 changed files with 9 additions and 1159 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>shared</artifactId>
<groupId>de.muehlencord</groupId>
<version>1.3.2-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>de.muehlencord.shared</groupId>
@ -55,11 +55,6 @@ limitations under the License.
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>