Skip to content

Commit

Permalink
wip : fix jakarta.validation-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofusco authored and tkobayas committed Nov 29, 2023
1 parent 70a48a7 commit 9a5216f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ index 6029d9bae8..ae1e860a0b 100644
+ <groupId>jakarta.validation</groupId>
+ <artifactId>jakarta.validation-api</artifactId>
<scope>test</scope>
+ <version>3.0.2.redhat-00005</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion kogito-codegen-modules/kogito-codegen-processes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<scope>test</scope>
<version>3.0.2.redhat-00005</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9a5216f

Please sign in to comment.