Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 4, 2021
1 parent 8dbf1cf commit 2b9835e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions iam-login-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
</exclusions>
</dependency>

<!-- Spring boot properties migrator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-properties-migrator</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>

<!-- Web Jars -->
<dependency>
<groupId>org.webjars</groupId>
Expand Down
5 changes: 5 additions & 0 deletions iam-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@

<dependencies>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<voms.version>3.3.2</voms.version>
<jvm.test.args>-Xmx2500m</jvm.test.args>
<eclipselink.version>2.5.2</eclipselink.version>
<mitreid.version>1.3.5.cnaf.20210803</mitreid.version>
<mitreid.version>1.3.5.cnaf-spring-update-SNAPSHOT</mitreid.version>
<spring-security-saml.version>1.0.10.RELEASE</spring-security-saml.version>

<spring-boot.version>1.5.22.RELEASE</spring-boot.version>
<spring-boot.version>2.5.6</spring-boot.version>

<webjars-locator-core.version>0.32</webjars-locator-core.version>
<angularjs.version>1.6.1</angularjs.version>
Expand Down

0 comments on commit 2b9835e

Please sign in to comment.