Skip to content

Commit 70600bd

Browse files
committed
Remove groovy
1 parent 34b9310 commit 70600bd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
platform: [ ubuntu-latest ]
16-
java-version: [ 8 ]
16+
java-version: [ 8, 11, 17, 21, 24 ]
1717

1818
runs-on: ${{ matrix.platform }}
1919
env:

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<calculationVersion>1.2</calculationVersion>
5252
<quartzVersion>2.1.1</quartzVersion>
5353
<poiVersion>3.12</poiVersion>
54-
<groovyVersion>1.8.7</groovyVersion>
5554
<jodatimeVersion>2.12.5</jodatimeVersion>
5655
<handlebarsVersion>1.1.2</handlebarsVersion>
5756
<openmrsTestutilsVersion>1.7.0</openmrsTestutilsVersion>
@@ -106,13 +105,6 @@
106105
</exclusions>
107106
</dependency>
108107

109-
<dependency>
110-
<groupId>org.codehaus.groovy</groupId>
111-
<artifactId>groovy-all</artifactId>
112-
<version>${groovyVersion}</version>
113-
<type>jar</type>
114-
<scope>provided</scope>
115-
</dependency>
116108

117109
<dependency>
118110
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)