This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 627cadf duplicate EL API
627cadf is described below
commit 627cadf4b976192fbf68033349490fba97ac502c
Author: Thomas Andraschko <[email protected]>
AuthorDate: Wed Feb 8 16:28:28 2023 +0100
duplicate EL API
---
bval-jsr/pom.xml | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 756e98a..6eaf0f2 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -217,27 +217,17 @@
<artifactId>expressly</artifactId>
<version>5.0.0</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>jakarta.el</groupId>
+ <artifactId>jakarta.el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
- <!-- not maintained and not jakarta compatible
- <dependency>
- <groupId>de.odysseus.juel</groupId>
- <artifactId>juel-api</artifactId>
- <version>2.2.7</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>de.odysseus.juel</groupId>
- <artifactId>juel-impl</artifactId>
- <version>2.2.7</version>
- <scope>test</scope>
- </dependency>
- -->
-
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
-
<resources>
<resource>
<directory>src/main/resources</directory>