update packages
This commit is contained in:
parent
729d3f9d56
commit
8b4f9aa75c
|
@ -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>
|
||||
|
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue