Skip to content

Commit 51b92f1

Browse files
authored
#312: #307: fixed application template (#322)
1 parent 0a16e2a commit 51b92f1

File tree

1 file changed

+2
-2
lines changed
  • templates/server/src/main/resources/archetype-resources/core

1 file changed

+2
-2
lines changed

templates/server/src/main/resources/archetype-resources/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<!-- Security for authorization integration with spring-security -->
2929
<dependency>
30-
<groupId>com.devonfw.java.modules</groupId>
31-
<artifactId>devon4j-security</artifactId>
30+
<groupId>com.devonfw.java.starters</groupId>
31+
<artifactId>devon4j-starter-security</artifactId>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)