prepare version 2.0.0
remove shiro support
This commit is contained in:
19
pom.xml
19
pom.xml
@ -19,7 +19,7 @@ limitations under the License.
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>shared</artifactId>
|
||||
<version>1.3.2-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>shared</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@ -28,7 +28,6 @@ limitations under the License.
|
||||
<module>network</module>
|
||||
<module>util</module>
|
||||
<module>jeeutil</module>
|
||||
<module>shiro-faces</module>
|
||||
<module>poi-util</module>
|
||||
<module>db</module>
|
||||
</modules>
|
||||
@ -82,7 +81,6 @@ limitations under the License.
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<slf4j.version>2.0.6</slf4j.version>
|
||||
<jackson.version>2.14.2</jackson.version>
|
||||
<shiro.version>1.11.0</shiro.version>
|
||||
<lombok.version>1.18.26</lombok.version>
|
||||
<junit.version>5.9.2</junit.version>
|
||||
<primefaces.version>12.0.0</primefaces.version>
|
||||
@ -104,11 +102,6 @@ limitations under the License.
|
||||
<type>ejb</type>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>shared-shiro-faces</artifactId>
|
||||
<groupId>de.muehlencord.shared</groupId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>shared-util</artifactId>
|
||||
<groupId>de.muehlencord.shared</groupId>
|
||||
@ -187,16 +180,6 @@ limitations under the License.
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>shiro-web</artifactId>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>javaee-api</artifactId>
|
||||
<groupId>javax</groupId>
|
||||
|
||||
Reference in New Issue
Block a user