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 02a4808  fixed benchmark
02a4808 is described below

commit 02a4808a898cb2f42add5ba63c2d7198da61f3df
Author: Thomas Andraschko <[email protected]>
AuthorDate: Thu Feb 10 18:49:08 2022 +0100

    fixed benchmark
---
 .../java/org/apache/bval/jsr/ApacheValidatorFactory.java     |  1 -
 bval-perf/pom.xml                                            | 12 ++++++++++++
 pom.xml                                                      |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git 
a/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorFactory.java 
b/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorFactory.java
index 1d7a625..5be6796 100644
--- a/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorFactory.java
+++ b/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorFactory.java
@@ -24,7 +24,6 @@ import java.util.ArrayList;
 import java.util.Collection;
 import java.util.HashMap;
 import java.util.Map;
-import java.util.Optional;
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.function.BiConsumer;
 
diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml
index 523d674..9b633db 100644
--- a/bval-perf/pom.xml
+++ b/bval-perf/pom.xml
@@ -51,6 +51,18 @@
     </dependency>
 
     <dependency>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>tomcat-el-api</artifactId>
+        <scope>test</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>tomcat-jasper-el</artifactId>
+        <version>9.0.58</version>
+        <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
diff --git a/pom.xml b/pom.xml
index 19cc53e..c44fddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,7 +383,7 @@
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
                 <artifactId>tomcat-el-api</artifactId>
-                <version>9.0.12</version>
+                <version>9.0.58</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>

Reply via email to