File tree Expand file tree Collapse file tree 5 files changed +1
-32
lines changed
backend-application-default/src/test
java/io/zenwave360/sdk/plugins
customizations/kotlin-backend-application/src/test/resources Expand file tree Collapse file tree 5 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void test_generator_mongodb_customer_address_multimodule() throws Excepti
5656 public void test_generator_simple_packaging_mongodb_customer_address () throws Exception {
5757 String targetFolder = "target/zdl/test_generator_simple_packaging_mongodb_customer_address" ;
5858 Plugin plugin = new BackendApplicationDefaultPlugin ()
59- .withZdlFile ("classpath:io/zenwave360/sdk/resources/zdl/" )
59+ .withZdlFile ("classpath:io/zenwave360/sdk/resources/zdl/customer-address.zdl " )
6060 .withTargetFolder (targetFolder )
6161 .withOption ("basePackage" , "io.zenwave360.example" )
6262 .withOption ("persistence" , PersistenceType .mongodb )
Original file line number Diff line number Diff line change 2222 <spring-cloud .version>2025.0.0</spring-cloud .version>
2323 <spring-modulith .version>1.4.1</spring-modulith .version>
2424 <avro .version>1.11.1</avro .version>
25- <testcontainers .version>1.17.2</testcontainers .version>
2625 <commons-lang3 .version>3.12.0</commons-lang3 .version>
2726 <jakarta-annotation .version>2.1.1</jakarta-annotation .version>
2827 <validation-api .version>3.0.2</validation-api .version>
4039 <type >pom</type >
4140 <scope >import</scope >
4241 </dependency >
43- <dependency >
44- <groupId >org.testcontainers</groupId >
45- <artifactId >testcontainers-bom</artifactId >
46- <version >${testcontainers.version}</version >
47- <type >pom</type >
48- <scope >import</scope >
49- </dependency >
5042 <dependency >
5143 <groupId >com.tngtech.archunit</groupId >
5244 <artifactId >archunit-junit5-api</artifactId >
Original file line number Diff line number Diff line change 2121 <mapstruct .version>1.5.1.Final</mapstruct .version>
2222 <spring-cloud .version>2025.0.0</spring-cloud .version>
2323 <avro .version>1.11.1</avro .version>
24- <testcontainers .version>1.17.2</testcontainers .version>
2524 <commons-lang3 .version>3.12.0</commons-lang3 .version>
2625 <jakarta-annotation .version>2.1.1</jakarta-annotation .version>
2726 <validation-api .version>3.0.2</validation-api .version>
3938 <type >pom</type >
4039 <scope >import</scope >
4140 </dependency >
42- <dependency >
43- <groupId >org.testcontainers</groupId >
44- <artifactId >testcontainers-bom</artifactId >
45- <version >${testcontainers.version}</version >
46- <type >pom</type >
47- <scope >import</scope >
48- </dependency >
4941 <dependency >
5042 <groupId >com.tngtech.archunit</groupId >
5143 <artifactId >archunit-junit5-api</artifactId >
Original file line number Diff line number Diff line change 2222 <mapstruct .version>1.5.1.Final</mapstruct .version>
2323 <spring-cloud .version>2025.0.0</spring-cloud .version>
2424 <avro .version>1.11.1</avro .version>
25- <testcontainers .version>1.17.2</testcontainers .version>
2625 <commons-lang3 .version>3.12.0</commons-lang3 .version>
2726 <jakarta-annotation .version>2.1.1</jakarta-annotation .version>
2827 <validation-api .version>3.0.2</validation-api .version>
4039 <type >pom</type >
4140 <scope >import</scope >
4241 </dependency >
43- <dependency >
44- <groupId >org.testcontainers</groupId >
45- <artifactId >testcontainers-bom</artifactId >
46- <version >${testcontainers.version}</version >
47- <type >pom</type >
48- <scope >import</scope >
49- </dependency >
5042 <dependency >
5143 <groupId >com.tngtech.archunit</groupId >
5244 <artifactId >archunit-junit5-api</artifactId >
Original file line number Diff line number Diff line change 4040 <type >pom</type >
4141 <scope >import</scope >
4242 </dependency >
43- <dependency >
44- <groupId >org.testcontainers</groupId >
45- <artifactId >testcontainers-bom</artifactId >
46- <version >${testcontainers.version}</version >
47- <type >pom</type >
48- <scope >import</scope >
49- </dependency >
5043 <dependency >
5144 <groupId >com.tngtech.archunit</groupId >
5245 <artifactId >archunit-junit5-api</artifactId >
You can’t perform that action at this time.
0 commit comments