1.3.0 #5

Merged
fabio.sinibaldi merged 6 commits from 1.3.0 into master 2021-03-25 13:00:25 +01:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 4d7b97c5e1 - Show all commits

View File

@ -142,7 +142,11 @@
<version>${sis.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>runtime</scope>
</dependency>