From 1cee2277c6d3c4f3d64ed3d5b23078fcaa087433 Mon Sep 17 00:00:00 2001 From: panos-kakos <102670093+panos-kakos@users.noreply.github.com> Date: Mon, 22 May 2023 19:11:38 +0300 Subject: [PATCH] TASK-20628 (#14074) * [TASK-20628] Moved xml module to jdk9-and-above profile * [TASK-20628] Moved xml-2 module to jdk9-and-above profile --- pom.xml | 8 ++++---- xml/pom.xml | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 067bcf12ae..1c59d323b8 100644 --- a/pom.xml +++ b/pom.xml @@ -427,8 +427,6 @@ spring-web-modules testing-modules video-tutorials - xml - xml-2 @@ -597,8 +595,6 @@ spring-web-modules testing-modules video-tutorials - xml - xml-2 @@ -930,6 +926,8 @@ vaadin libraries-3 web-modules + xml + xml-2 @@ -1189,6 +1187,8 @@ vaadin libraries-3 web-modules + xml + xml-2 diff --git a/xml/pom.xml b/xml/pom.xml index 1c3447a3d0..b56b919914 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -181,6 +181,13 @@ + + + org.apache.bcel + bcel + ${bcel.version} + + maven-compiler-plugin @@ -368,6 +375,7 @@ 1.14.3 2.25 3.4 + 6.7.0 \ No newline at end of file