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