Skip to content

Commit

Permalink
Back to groovy all (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>

Co-authored-by: Piotrek Żygieło <pzygielo@users.noreply.github.com>
  • Loading branch information
olamy and pzygielo authored Aug 9, 2021
1 parent f77122c commit 0fa63b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 84 deletions.
87 changes: 3 additions & 84 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,12 @@ under the License.
<beanshell-artifactId>bsh</beanshell-artifactId>
<beanshell-version>2.0b6</beanshell-version>
<groovy-groupId>org.codehaus.groovy</groovy-groupId>
<groovy-artifactId>groovy</groovy-artifactId>
<groovy-artifactId>groovy-all</groovy-artifactId>
<groovy-version>3.0.8</groovy-version>
<surefire.version>2.22.2</surefire.version>
<project.build.outputTimestamp>2021-02-14T00:04:14Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-bom</artifactId>
<version>${groovy-version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down Expand Up @@ -214,77 +202,8 @@ under the License.
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>${groovy-artifactId}</artifactId>
<scope>runtime</scope>
</dependency>
<!-- groovy-all do not provide anymore a uber jar containing everything so we must add some dependencies -->
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-ant</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-astbuilder</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-console</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-datetime</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-jmx</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-json</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-jsr223</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-macro</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-nio</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-servlet</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-test</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-test-junit5</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-testng</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${groovy-groupId}</groupId>
<artifactId>groovy-xml</artifactId>
<version>${groovy-version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions src/it/script-classpath-duplicates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ under the License.
<groupId>@groovy-groupId@</groupId>
<artifactId>@groovy-artifactId@</artifactId>
<version>@groovy-version@</version>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0fa63b9

Please sign in to comment.