Skip to content

Commit

Permalink
devonfw#1360 fixed template test
Browse files Browse the repository at this point in the history
fixed transitive dependency issues
  • Loading branch information
jan-vcapgemini committed Apr 19, 2023
1 parent ece1580 commit 9f540ca
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
</templates>
</configuration>
<dependencies>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>templates-devon4j</artifactId>
<version>20.08.002</version>
</dependency>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>tempeng-freemarker</artifactId>
Expand All @@ -48,6 +43,11 @@
<artifactId>openapiplugin</artifactId>
<version>${pluginVersion}</version>
</dependency>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>templates-devon4j</artifactId>
<version>20.08.002</version>
</dependency>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>javaplugin</artifactId>
Expand Down

0 comments on commit 9f540ca

Please sign in to comment.