Skip to content

Commit

Permalink
Use Cucumber Query to query messages (#31)
Browse files Browse the repository at this point in the history
Extracted the Query object to https://github.com/cucumber/query/tree/main
  • Loading branch information
mpkorstanje authored Apr 5, 2024
1 parent f58c3cd commit ea3bb60
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 367 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Extracted common code to [Cucumber Query](https://github.com/cucumber/query/tree/main) ([#31](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/31), M.P. Korstanje)

## [0.3.0] - 2024-03-23
### Added
Expand Down
5 changes: 5 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>messages</artifactId>
<version>[24.0.0,25.0.0)</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>query</artifactId>
<version>[12.1.1,13.0.0)</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

This file was deleted.

262 changes: 0 additions & 262 deletions java/src/main/java/io/cucumber/junitxmlformatter/Query.java

This file was deleted.

Loading

0 comments on commit ea3bb60

Please sign in to comment.