You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/11 06:34:11 UTC

[jackrabbit-oak] 02/02: OAK-10062: consolidate and upadte groovy versions to 2.4.21

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10062
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 88112bdb65af8057925de6afe4871e7a12734a72
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Jan 10 20:25:07 2023 +0100

    OAK-10062: consolidate and upadte groovy versions to 2.4.21
---
 oak-parent/pom.xml      | 1 +
 oak-pojosr/pom.xml      | 4 ----
 oak-run-elastic/pom.xml | 1 -
 oak-run/pom.xml         | 1 -
 4 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 5bdb9b5611..a29e87007c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -68,6 +68,7 @@
     <jackson.version>2.13.4</jackson.version>
     <testcontainers.version>1.17.5</testcontainers.version>
     <pax-exam.version>4.13.1</pax-exam.version>
+    <groovy.version>2.4.21</groovy.version>
     <java.version>1.8</java.version>
     <java.version.signature>java18</java.version.signature>
     
diff --git a/oak-pojosr/pom.xml b/oak-pojosr/pom.xml
index 5822de4113..fcbff4fe36 100644
--- a/oak-pojosr/pom.xml
+++ b/oak-pojosr/pom.xml
@@ -30,10 +30,6 @@
   <artifactId>oak-pojosr</artifactId>
   <name>Oak PojoSR</name>
 
-  <properties>
-    <groovy.version>2.4.21</groovy.version>
-  </properties>
-
   <build>
     <plugins>
       <plugin>
diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index 13214a86bf..11dfa34ba8 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -32,7 +32,6 @@
 
     <properties>
         <jetty.version>8.2.0.v20160908</jetty.version>
-        <groovy.version>2.4.21</groovy.version>
         <!--
         Size History:
         105 MB : Setting constraint to default oak-run jar post adding the build plugin to rename the fat jar with embedded dependencies as the default jar.
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index 078049440d..9f8fea1d99 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -32,7 +32,6 @@
 
   <properties>
     <jetty.version>9.4.46.v20220331</jetty.version>
-    <groovy.version>2.4.21</groovy.version>
     <!--
       Size History:
       + 56 MB MongoDB Java driver 3.12.7 (OAK-9357)