Skip to content
Snippets Groups Projects
Commit 1def2e00 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Trying to make springboot work with modules

parent 2d49359c
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId> <artifactId>spring-boot-starter-jetty</artifactId>
......
...@@ -2,7 +2,9 @@ module todolist.springboot.rest { ...@@ -2,7 +2,9 @@ module todolist.springboot.rest {
requires com.fasterxml.jackson.databind; requires com.fasterxml.jackson.databind;
requires spring.web; requires spring.web;
requires spring.beans;
requires spring.boot; requires spring.boot;
requires spring.boot.autoconfigure;
requires todolist.core; requires todolist.core;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment