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

Further changes

parent 4ad638e0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ image:
tasks:
- init: sdk use java 16.0.1.hs-adpt
prebuild: cd todolist; mvn compile
command: cd todolist
ports:
......
package todolist.json;
package todolist.json.internal;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
......
package todolist.json;
package todolist.json.internal;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
......
......@@ -162,6 +162,8 @@
<module>fxui</module>
<module>rest</module>
<module>integrationtests</module>
<!--
<module>springboot/restserver</module>
-->
</modules>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment