Skip to content
Snippets Groups Projects
Commit 97877e18 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-2220 add missing web dependency' (#20) from...

Merge pull request 'OZG-2220 add missing web dependency' (#20) from OZG-2220_fix_spring_dependencies into master

Reviewed-on: https://git.ozg-sh.de/mgm/zufi-manager/pulls/20
parents 9b6e8932 d0688ade
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,10 @@ ...@@ -79,6 +79,10 @@
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId> <artifactId>spring-security-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- aspectJ --> <!-- aspectJ -->
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment