We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d63aa commit 69306ceCopy full SHA for 69306ce
aws-serverless-java-container-struts2/pom.xml
@@ -32,7 +32,6 @@
32
<groupId>org.apache.struts</groupId>
33
<artifactId>struts2-core</artifactId>
34
<version>${struts2.version}</version>
35
- <optional>true</optional>
36
<exclusions>
37
<exclusion>
38
<groupId>commons-io</groupId>
@@ -82,13 +81,6 @@
82
81
<scope>test</scope>
83
</dependency>
84
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
-
92
<dependency>
93
<groupId>javax.servlet</groupId>
94
<artifactId>jsp-api</artifactId>
0 commit comments