migration fixes

This commit is contained in:
Efstratios Giannopoulos 2024-06-26 12:44:56 +03:00
parent d166f72039
commit 0c65df40e6
1 changed files with 12 additions and 2 deletions

View File

@ -37,9 +37,19 @@
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>gr.cite.opendmp</groupId> <groupId>org.opencdmp</groupId>
<artifactId>repositorydepositbase</artifactId> <artifactId>repositorydepositbase</artifactId>
<version>2.0.0</version> <version>2.0.15</version>
</dependency>
<dependency>
<groupId>org.opencdmp</groupId>
<artifactId>file-transformer-base</artifactId>
<version>0.0.23</version>
</dependency>
<dependency>
<groupId>org.opencdmp</groupId>
<artifactId>common-models</artifactId>
<version>0.0.18</version>
</dependency> </dependency>
<dependency> <dependency>