Skip to content

Commit

Permalink
* remove unused properties
Browse files Browse the repository at this point in the history
* upgrade test libraries
  • Loading branch information
hawkchen committed Dec 13, 2022
1 parent 71795c8 commit 832eee2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
9 changes: 3 additions & 6 deletions zkspring-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<zk.version>8.0.0</zk.version>
<zkel.version>1.0.2</zkel.version>
<zk.version>9.6.0</zk.version>
<spring.version>5.3.24</spring.version>
<servlet-api.version>3.1.0</servlet-api.version>
<javassist.version>3.14.0-GA</javassist.version>
<reflections.version>0.9.5-RC2</reflections.version>
<zats.version>2.0.0</zats.version>
<zats.version>3.0.0</zats.version>
<junit.version>4.13.1</junit.version>
<mockito.version>2.23.4</mockito.version>
</properties>
Expand Down Expand Up @@ -73,7 +70,7 @@

<dependency>
<groupId>org.zkoss.zats</groupId>
<artifactId>zats-mimic-ext7</artifactId>
<artifactId>zats-mimic-ext96</artifactId>
<version>${zats.version}</version>
<scope>test</scope>
</dependency>
Expand Down
20 changes: 4 additions & 16 deletions zkspring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<zk.version>8.0.0</zk.version>
<zk.version>9.6.0</zk.version>
<springsecurity.version>5.8.0</springsecurity.version>
<slf4j.version>1.7.25</slf4j.version>
<servlet-api.version>3.1.0</servlet-api.version>
<zats.version>2.0.0</zats.version>
<junit.version>4.13.1</junit.version>
<zats.version>3.0.0</zats.version>
<junit.version>4.13.2</junit.version>
<mockito.version>2.23.4</mockito.version>
</properties>
<repositories>
Expand Down Expand Up @@ -67,11 +66,6 @@
<version>${zk.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand All @@ -82,7 +76,7 @@

<dependency>
<groupId>org.zkoss.zats</groupId>
<artifactId>zats-mimic-ext7</artifactId>
<artifactId>zats-mimic-ext96</artifactId>
<version>${zats.version}</version>
<scope>test</scope>
</dependency>
Expand All @@ -93,12 +87,6 @@
<scope>test</scope>
</dependency>
<!-- required by Spring 4 -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 832eee2

Please sign in to comment.