Skip to content

Commit 69306ce

Browse files
committed
Remove optional from struts2-core dependency and remove duplicate dependency
aws#149 aws#159
1 parent a3d63aa commit 69306ce

File tree

1 file changed

+0
-8
lines changed
  • aws-serverless-java-container-struts2

1 file changed

+0
-8
lines changed

aws-serverless-java-container-struts2/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.apache.struts</groupId>
3333
<artifactId>struts2-core</artifactId>
3434
<version>${struts2.version}</version>
35-
<optional>true</optional>
3635
<exclusions>
3736
<exclusion>
3837
<groupId>commons-io</groupId>
@@ -82,13 +81,6 @@
8281
<scope>test</scope>
8382
</dependency>
8483

85-
<dependency>
86-
<groupId>javax.el</groupId>
87-
<artifactId>javax.el-api</artifactId>
88-
<version>2.2.4</version>
89-
<scope>test</scope>
90-
</dependency>
91-
9284
<dependency>
9385
<groupId>javax.servlet</groupId>
9486
<artifactId>jsp-api</artifactId>

0 commit comments

Comments
 (0)