Skip to content

Commit

Permalink
HHH-16097 Cleanup unneeded o.h.userguide.model package and documentat…
Browse files Browse the repository at this point in the history
…ion.gradle dependencies
  • Loading branch information
mbladel committed Mar 6, 2023
1 parent 2469781 commit 5755baa
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 1,026 deletions.
28 changes: 0 additions & 28 deletions documentation/documentation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,6 @@ dependencies {
reportAggregation project(':hibernate-jpamodelgen')

implementation project( ':hibernate-core' )

annotationProcessor project( ':hibernate-jpamodelgen' )

testImplementation project(':hibernate-testing')
testImplementation project(':hibernate-envers')
testImplementation project(':hibernate-spatial')
testImplementation project(':hibernate-jcache')
testImplementation project( path: ':hibernate-core', configuration: 'tests' )

testImplementation 'org.apache.commons:commons-lang3:3.4'
testImplementation 'org.osgi:org.osgi.core:4.3.1'

testImplementation testLibs.mockito
testImplementation testLibs.mockitoInline

testImplementation jakartaLibs.jaxbApi
testImplementation jakartaLibs.jaxb
testImplementation jakartaLibs.jsonb
testImplementation libs.jacksonXml

testRuntimeOnly testLibs.wildFlyTxnClient
testRuntimeOnly(libs.ehcache3) {
capabilities {
requireCapability 'org.ehcache.modules:ehcache-xml-jakarta'
}
}
// Needed for JSON tests
testRuntimeOnly libs.jackson
}


Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5755baa

Please sign in to comment.