Skip to content

Commit f19f0a6

Browse files
ci: update generated copier template from example
1 parent 301cfd8 commit f19f0a6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

{{app_name}}/pom.xml.jinja

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<spring-boot.version>3.5.6</spring-boot.version>
1818
<cucumber.version>7.30.0</cucumber.version>
1919
<pre-liquibase.version>1.6.1</pre-liquibase.version>
20-
<snakeyaml.version>2.5</snakeyaml.version>
2120
<h2.version>2.3.232</h2.version>
2221
<apache.commons.version>1.14.0</apache.commons.version>
2322
<!-- plugins -->
@@ -49,11 +48,6 @@
4948
<artifactId>spring-boot-starter-webflux</artifactId>
5049
<version>${spring-boot.version}</version>
5150
</dependency>
52-
<dependency>
53-
<groupId>org.yaml</groupId>
54-
<artifactId>snakeyaml</artifactId>
55-
<version>${snakeyaml.version}</version>
56-
</dependency>
5751
<dependency>
5852
<groupId>com.h2database</groupId>
5953
<artifactId>h2</artifactId>

{{app_name}}/rest-adapter/pom.xml.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-webflux</artifactId>
2525
</dependency>
26-
<dependency>
27-
<groupId>org.yaml</groupId>
28-
<artifactId>snakeyaml</artifactId>
29-
</dependency>
3026
<dependency>
3127
<groupId>org.springdoc</groupId>
3228
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>

0 commit comments

Comments
 (0)