|
|
|
|
@ -16,7 +16,6 @@
@@ -16,7 +16,6 @@
|
|
|
|
|
package org.springframework.data.relational; |
|
|
|
|
|
|
|
|
|
import org.assertj.core.api.SoftAssertions; |
|
|
|
|
import org.junit.jupiter.api.Disabled; |
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
import org.springframework.data.relational.core.dialect.RenderContextFactory; |
|
|
|
|
import org.springframework.data.relational.core.sql.render.SelectRenderContext; |
|
|
|
|
@ -37,7 +36,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition;
@@ -37,7 +36,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition;
|
|
|
|
|
* @author Jens Schauder |
|
|
|
|
* @author Mark Paluch |
|
|
|
|
*/ |
|
|
|
|
@Disabled("Re-enable once package cycles are resolved") |
|
|
|
|
public class DependencyTests { |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|