Skip to content

Commit

Permalink
feat: Remove Junit dependency and move test to proper module (#4040)
Browse files Browse the repository at this point in the history
Remove Junit dependency; move test
  • Loading branch information
jimmarino authored Mar 23, 2024
1 parent b6e26c1 commit 08df476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
*
*/

package org.eclipse.edc.spi.types;
package org.eclipse.edc.util.reflection;

import org.eclipse.edc.util.reflection.PathItem;
import org.junit.jupiter.api.Test;

import static org.assertj.core.api.Assertions.assertThat;
Expand Down
2 changes: 0 additions & 2 deletions spi/common/core-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ dependencies {

testImplementation(project(":core:common:junit"))

// needed by the abstract test spec located in testFixtures
testFixturesImplementation(project(":core:common:junit"))
testFixturesImplementation(libs.bundles.jupiter)
testFixturesImplementation(libs.mockito.core)
testFixturesImplementation(libs.assertj)
Expand Down

0 comments on commit 08df476

Please sign in to comment.