BAEL-4088 move code to spring-mvc-java-2 module

This commit is contained in:
Loredana
2020-06-25 10:03:34 +03:00
parent 6800a0e43f
commit ac98a2f029
6 changed files with 9 additions and 64 deletions
+6 -1
View File
@@ -31,6 +31,11 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
</dependencies>
<build>
@@ -49,4 +54,4 @@
</properties>
</project>
</project>