mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Fixes dependency clash
(cherry picked from commit 6622fab25b)
Conflicts:
apps/showcase/pom.xml
plugins/bean-validation/pom.xml
This commit is contained in:
@@ -73,11 +73,10 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.el</groupId>
|
||||
<artifactId>el-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
<groupId>org.glassfish</groupId>
|
||||
<artifactId>javax.el</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
Reference in New Issue
Block a user