You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/04/19 06:51:40 UTC

[syncope] branch master updated: Completing Groovy update: remove groovy-bsf

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 44d33d1  Completing Groovy update: remove groovy-bsf
44d33d1 is described below

commit 44d33d18426f6c58f4d8edccfc84b4ee31dc299e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 19 08:51:28 2021 +0200

    Completing Groovy update: remove groovy-bsf
---
 core/provisioning-java/pom.xml | 4 ----
 fit/build-tools/pom.xml        | 4 ----
 pom.xml                        | 5 -----
 3 files changed, 13 deletions(-)

diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml
index 618a284..fdc77f2 100644
--- a/core/provisioning-java/pom.xml
+++ b/core/provisioning-java/pom.xml
@@ -82,10 +82,6 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.groovy</groupId>
-      <artifactId>groovy-bsf</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.groovy</groupId>
       <artifactId>groovy-jsr223</artifactId>
     </dependency>
     <dependency>
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 0ee9acb..52d4c26 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -162,10 +162,6 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.groovy</groupId>
-      <artifactId>groovy-bsf</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.groovy</groupId>
       <artifactId>groovy-jsr223</artifactId>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 8817d13..85e888d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1203,11 +1203,6 @@ under the License.
       </dependency>
       <dependency>
         <groupId>org.apache.groovy</groupId>
-        <artifactId>groovy-bsf</artifactId>
-        <version>${groovy.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.groovy</groupId>
         <artifactId>groovy-jsr223</artifactId>
         <version>${groovy.version}</version>
       </dependency>