Skip to content

Commit

Permalink
Fixes #519 - Unable to run Eclipse Transformer on Java 21 using the M…
Browse files Browse the repository at this point in the history
…aven plugin
  • Loading branch information
mnriem committed Dec 31, 2023
1 parent 9d189c3 commit 10a1197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven-plugins/transformer-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,14 @@ Call `mvn transformer:help -Ddetail=true -Dgoal=<goal-name>` to display configur

## Java 21 or later

If you are using Java 21 or later you will need to configure the Maven plugin to use a specific version of the `biz.aQute.bnd` dependency.
If you are using Java 21 or later you will need to configure the Maven plugin to use a specific version of the `biz.aQute.bndlib` dependency.

E.g.
For example:

```xml
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd</artifactId>
<artifactId>biz.aQute.bndlib</artifactId>
<version>7.0.0</version>
</dependency>
```

0 comments on commit 10a1197

Please sign in to comment.