Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch cacio back to parent project #48

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use cacio-tta 1.18 instead of patched fork
  • Loading branch information
janblom committed Feb 20, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 57fc9a58fccc7998226228897917967633510412
13 changes: 2 additions & 11 deletions whiterabbit/pom.xml
Original file line number Diff line number Diff line change
@@ -282,19 +282,10 @@
<version>5.2.5</version>
<scope>compile</scope>
</dependency>
<!-- cacio-tta cannot be used with JDK 18+. Until that is solved in the parent project, use a fixed
fork hosted at The Hyve -->
<!-- dependency>
<dependency>
<groupId>com.github.caciocavallosilano</groupId>
<artifactId>cacio-tta</artifactId>
<version>1.17.4-SNAPSHOT</version>
<scope>test</scope>
</dependency -->
<!-- fixed fork, enabled through the jitpack repository -->
<dependency>
<groupId>com.github.thehyve</groupId>
<artifactId>caciocavallo</artifactId>
<version>1.17.7</version>
<version>1.18</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-swing-junit -->