Skip to content

Commit c7e7f3e

Browse files
committed
Reenable DependencyTests.
Closes #1441
1 parent 4c19510 commit c7e7f3e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/DependencyTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package org.springframework.data.jdbc;
1717

1818
import org.assertj.core.api.SoftAssertions;
19-
import org.junit.jupiter.api.Disabled;
2019
import org.junit.jupiter.api.Test;
2120
import org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser;
2221

@@ -35,7 +34,6 @@
3534
*
3635
* @author Jens Schauder
3736
*/
38-
@Disabled("Re-enable once package cycles are resolved")
3937
public class DependencyTests {
4038

4139
@Test

spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/DependencyTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package org.springframework.data.r2dbc;
1717

1818
import org.assertj.core.api.SoftAssertions;
19-
import org.junit.jupiter.api.Disabled;
2019
import org.junit.jupiter.api.Test;
2120

2221
import com.tngtech.archunit.base.DescribedPredicate;
@@ -34,7 +33,6 @@
3433
*
3534
* @author Jens Schauder
3635
*/
37-
@Disabled("To be replaced with ArchUnit")
3836
public class DependencyTests {
3937

4038
@Test // DATAJDBC-114

spring-data-relational/src/test/java/org/springframework/data/relational/DependencyTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package org.springframework.data.relational;
1717

1818
import org.assertj.core.api.SoftAssertions;
19-
import org.junit.jupiter.api.Disabled;
2019
import org.junit.jupiter.api.Test;
2120
import org.springframework.data.relational.core.dialect.RenderContextFactory;
2221
import org.springframework.data.relational.core.sql.render.SelectRenderContext;
@@ -37,7 +36,6 @@
3736
* @author Jens Schauder
3837
* @author Mark Paluch
3938
*/
40-
@Disabled("Re-enable once package cycles are resolved")
4139
public class DependencyTests {
4240

4341
@Test

0 commit comments

Comments
 (0)