update packages

This commit is contained in:
Efstratios Giannopoulos 2024-05-09 16:37:32 +03:00
parent 729d3f9d56
commit 8b4f9aa75c
4 changed files with 5 additions and 5 deletions

View File

@ -33,12 +33,12 @@
<dependency>
<groupId>gr.cite</groupId>
<artifactId>oidc-authn</artifactId>
<version>2.2.0</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>gr.cite</groupId>
<artifactId>cache</artifactId>
<version>2.2.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@ -1,4 +1,4 @@
package eu.eudat.filetransformer.rda;
package org.opencdmp.filetransformer.rda;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,4 +1,4 @@
package eu.eudat.filetransformer.rda.config;
package org.opencdmp.filetransformer.rda.config;
import gr.cite.commons.web.oidc.configuration.WebSecurityProperties;
import gr.cite.commons.web.oidc.configuration.filter.ApiKeyFilter;

View File

@ -1,4 +1,4 @@
package eu.eudat.filetransformer.rda.controller;
package org.opencdmp.filetransformer.rda.controller;
import org.opencdmp.commonmodels.models.FileEnvelopeModel;
import org.opencdmp.commonmodels.models.description.DescriptionModel;