You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/02/22 14:06:48 UTC

[groovy] branch GROOVY_2_4_X updated: checking for teamcity fix on JDK7

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

paulk pushed a commit to branch GROOVY_2_4_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_4_X by this push:
     new 81b161b  checking for teamcity fix on JDK7
81b161b is described below

commit 81b161bf25f7294b93056bfee5d6373a768f1193
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Feb 23 00:06:43 2022 +1000

    checking for teamcity fix on JDK7
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 3b522f2..a9c2f70 100644
--- a/build.gradle
+++ b/build.gradle
@@ -164,7 +164,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.1'
     luceneVersion = '4.7.2'
-    openbeansVersion = '1.0'
+    openbeansVersion = '1.0.2'
     openejbVersion = '1.0'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.6'
@@ -188,7 +188,7 @@ dependencies {
         exclude(group: 'junit', module: 'junit')
         exclude(group: 'jmock', module: 'jmock')
     }
-    compile "com.googlecode:openbeans:$openbeansVersion"
+    compile "me.champeau.openbeans:openbeans:$openbeansVersion"
     compile "org.fusesource.jansi:jansi:$jansiVersion"
     compile("org.apache.ivy:ivy:$ivyVersion") {
         transitive = false