You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/03 14:15:00 UTC

[isis] 02/02: ISIS-2243: adds resteasy.version property as a convenience for starter-apps

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit d325166300fce79bb554f9d0e62417f9216bfcc9
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 3 14:14:22 2020 +0000

    ISIS-2243: adds resteasy.version property as a convenience for starter-apps
---
 starters/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/starters/pom.xml b/starters/pom.xml
index 7791512..bd92b2e 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -48,6 +48,8 @@ under the License.
 
 		<spring-boot.version>2.2.2.RELEASE</spring-boot.version>
 		<approvaltests.version>4.0.2</approvaltests.version>
+
+		<resteasy.version>4.4.1.Final</resteasy.version>
 	</properties>
 
 	<build>