Skip to content

Commit 212c05b

Browse files
Remove ArchUnit for JUnit 5
1 parent 2be4cd2 commit 212c05b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hibernate-core/hibernate-core.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ dependencies {
6161
transitive = true
6262
}
6363
testImplementation "joda-time:joda-time:2.3"
64-
testImplementation testLibs.archunitJUnit5
6564
testImplementation testLibs.archunitJUnit4
6665

6766
testRuntimeOnly libs.byteBuddy

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ dependencyResolutionManagement {
159159
alias( "wildFlyTxnClient" ).to( "org.wildfly.transaction", "wildfly-transaction-client-jakarta" ).version( "2.0.0.Final" )
160160
alias( "weld" ).to( "org.jboss.weld.se", "weld-se-shaded" ).version( "4.0.1.SP1" )
161161

162-
alias( "archunitJUnit5" ).to( "com.tngtech.archunit", "archunit-junit5" ).version( "1.0.1" )
163162
alias( "archunitJUnit4" ).to( "com.tngtech.archunit", "archunit-junit4" ).version( "1.0.1" )
164163

165164
}

0 commit comments

Comments
 (0)