Skip to content

Commit

Permalink
HSEARCH-4997 Remove now unnecessary option when testing against Hiber…
Browse files Browse the repository at this point in the history
…nate ORM 6.3.x-SNAPSHOT

IIRC the breaking change in hibernate-testing was released in 6.3.1, and
we already upgraded to that version.
  • Loading branch information
yrodiere committed Oct 24, 2023
1 parent e1dc643 commit 7465f11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Map settings() {
return [
updateProperties: ['version.org.hibernate.orm'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm'],
// we need to recompile this module since it has incompatible return type and will result in a build error:
additionalMavenArgs: '-pl :hibernate-search-util-internal-integrationtest-mapper-orm'
]
case 'orm6.4':
return [
Expand Down

0 comments on commit 7465f11

Please sign in to comment.