Skip to content

Commit a10b1e3

Browse files
committed
Remove maven-plugin-testing-harness
1 parent 995a5d8 commit a10b1e3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
- Slight change to bild process: ANTLR4 generated source files will be placed into [`src/main/java`](src/main/java/) instead of default `target/generated-sources/antlr4` and are now version controlled. This will avoid code editor errors due to non-existing files but requires synchronisation and recreation of ANTLR4 files when grammar files are changed. E.g., run `mvn antlr4:antlr4` to generate those files. A default build with `mvn clean package` will also recreate the ANTLR4 files from the grammar files (and might lead to errors when grammar files have breaking changes)!
2020

2121
- Dependencies:
22-
- `org.slf4j` back to `compile` (default) scope
22+
- Change `org.slf4j` back to `compile` (default) scope
23+
- Remove `org.apache.maven.plugin-testing:maven-plugin-testing-harness` test dependency (unused)
2324

2425
# [2.0.1](https://github.com/clarin-eric/fcs-simple-endpoint/releases/tag/FCS-QL-2.0.1) - 2025-04-16
2526

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@
8484
<version>4.13.2</version>
8585
<scope>test</scope>
8686
</dependency>
87-
88-
<dependency>
89-
<groupId>org.apache.maven.plugin-testing</groupId>
90-
<artifactId>maven-plugin-testing-harness</artifactId>
91-
<version>3.3.0</version>
92-
<scope>test</scope>
93-
</dependency>
9487
</dependencies>
9588

9689
<build>

0 commit comments

Comments
 (0)