diff options
author | Thomas <> | 2022-04-05 08:52:14 +0200 |
---|---|---|
committer | Thomas <> | 2022-04-05 08:52:14 +0200 |
commit | f4212032b6accc74977e91ae22ce18cf3ca21c0a (patch) | |
tree | 692848dcb1e7a90f15e33bcea9613cee9cff9bcb /connector | |
parent | 575d4cfc074efcd327345dc2dc0025e04b73de5e (diff) | |
download | National_eIDAS_Gateway-f4212032b6accc74977e91ae22ce18cf3ca21c0a.tar.gz National_eIDAS_Gateway-f4212032b6accc74977e91ae22ce18cf3ca21c0a.tar.bz2 National_eIDAS_Gateway-f4212032b6accc74977e91ae22ce18cf3ca21c0a.zip |
build(core): switch to next release version
Diffstat (limited to 'connector')
-rw-r--r-- | connector/pom.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index 63a39346..05a07470 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.4</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> @@ -49,15 +49,15 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <exclusions> + <exclusion> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <exclusions> - <exclusion> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-tomcat</artifactId> - </exclusion> - </exclusions> - </dependency> + <artifactId>spring-boot-starter-tomcat</artifactId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-client</artifactId> @@ -86,10 +86,10 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> - <dependency> - <groupId>org.hibernate.validator</groupId> - <artifactId>hibernate-validator</artifactId> - </dependency> + <dependency> + <groupId>org.hibernate.validator</groupId> + <artifactId>hibernate-validator</artifactId> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> |