Skip to content

Commit 5f10772

Browse files
committed
Removed unused dependencies
1 parent b93a115 commit 5f10772

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

pom.xml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<spring.version>4.3.6.RELEASE</spring.version>
3938
<slf4j.version>1.7.24</slf4j.version>
4039
<owasp.encoder.version>1.2.1</owasp.encoder.version>
4140
<sonar.language>java</sonar.language>
@@ -61,18 +60,6 @@
6160
<version>3.1.0</version>
6261
<scope>provided</scope>
6362
</dependency>
64-
<dependency>
65-
<groupId>javax.servlet.jsp</groupId>
66-
<artifactId>javax.servlet.jsp-api</artifactId>
67-
<version>2.3.1</version>
68-
<scope>provided</scope>
69-
</dependency>
70-
<dependency>
71-
<groupId>javax.servlet</groupId>
72-
<artifactId>jstl</artifactId>
73-
<version>1.2</version>
74-
<scope>compile</scope>
75-
</dependency>
7663
<dependency>
7764
<groupId>org.owasp.encoder</groupId>
7865
<artifactId>encoder</artifactId>
@@ -83,32 +70,11 @@
8370
<artifactId>encoder-jsp</artifactId>
8471
<version>${owasp.encoder.version}</version>
8572
</dependency>
86-
<dependency>
87-
<groupId>org.springframework</groupId>
88-
<artifactId>spring-webmvc</artifactId>
89-
<version>${spring.version}</version>
90-
</dependency>
91-
<dependency>
92-
<groupId>org.springframework</groupId>
93-
<artifactId>spring-jdbc</artifactId>
94-
<version>${spring.version}</version>
95-
</dependency>
96-
<dependency>
97-
<groupId>org.jasypt</groupId>
98-
<artifactId>jasypt-spring31</artifactId>
99-
<version>1.9.2</version>
100-
<scope>compile</scope>
101-
</dependency>
10273
<dependency>
10374
<groupId>org.apache.shiro</groupId>
10475
<artifactId>shiro-core</artifactId>
10576
<version>1.3.2</version>
10677
</dependency>
107-
<dependency>
108-
<groupId>com.h2database</groupId>
109-
<artifactId>h2</artifactId>
110-
<version>1.4.193</version>
111-
</dependency>
11278
<dependency>
11379
<groupId>org.slf4j</groupId>
11480
<artifactId>slf4j-api</artifactId>
@@ -141,11 +107,6 @@
141107
</exclusion>
142108
</exclusions>
143109
</dependency>
144-
<dependency>
145-
<groupId>commons-dbcp</groupId>
146-
<artifactId>commons-dbcp</artifactId>
147-
<version>1.4</version>
148-
</dependency>
149110
<dependency>
150111
<groupId>commons-io</groupId>
151112
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)