Skip to content

Commit

Permalink
[SHIRO-683] Upgrade to spring-boot 1.5.19.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Mar 31, 2019
1 parent d173006 commit ac03c74
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<quartz.version>1.6.1</quartz.version>
<slf4j.version>1.7.21</slf4j.version>
<spring.version>4.3.22.RELEASE</spring.version>
<spring-boot.version>1.4.1.RELEASE</spring-boot.version>
<spring-boot.version>1.5.19.RELEASE</spring-boot.version>
<guice.version>3.0</guice.version>

<!-- Test 3rd-party dependencies: -->
Expand Down
6 changes: 6 additions & 0 deletions samples/spring-boot-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions support/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<name>Apache Shiro :: Support :: Spring Boot Parent</name>
<packaging>pom</packaging>

<properties>
<!-- These spring-boot modules require spring 4 -->
<spring.version>4.3.2.RELEASE</spring.version>
</properties>

<modules>
<module>spring-boot-starter</module>
<module>spring-boot-web-starter</module>
Expand Down
7 changes: 7 additions & 0 deletions support/spring-boot/spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"groups": [
{
"name": "shiro"
},
}
],
"properties": [

Expand All @@ -11,6 +11,6 @@
"type": "java.lang.Boolean",
"description": "A boolean flag that can disable all Shiro Spring Boot starters. This is mostly useful during testing or debugging, or if you want to compare behavior when Shiro is enabled or disabled.",
"defaultValue": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"groups": [
{
"name": "shiro"
},
}
],
"properties": [

Expand Down

0 comments on commit ac03c74

Please sign in to comment.