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:14:58 UTC

[isis] branch master updated (783c6fc -> d325166)

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

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


    from 783c6fc  ISIS-2246: css fix
     new fe0c408  ISIS-2243: removes commented out code (unused dependencies) in core/pom.xml
     new d325166  ISIS-2243: adds resteasy.version property as a convenience for starter-apps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml     | 33 ---------------------------------
 starters/pom.xml |  2 ++
 2 files changed, 2 insertions(+), 33 deletions(-)


[isis] 01/02: ISIS-2243: removes commented out code (unused dependencies) in core/pom.xml

Posted by da...@apache.org.
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 fe0c408315b2c7db04b9abf26af1cb47940ecf3a
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 3 14:13:56 2020 +0000

    ISIS-2243: removes commented out code (unused dependencies) in core/pom.xml
---
 core/pom.xml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index ffdb588..8dc60e6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -155,11 +155,6 @@
 
 		<quartz-scheduler.version>2.2.1</quartz-scheduler.version>
 
-<!--
-		<resteasy4-jaxrs.version>4.4.1.Final</resteasy4-jaxrs.version>
-		<resteasy4-jackson-provider.version>4.4.2.Final</resteasy4-jackson-provider.version>
--->
-
 		<resteasy4-spring-boot-starter.version>4.4.0.Final</resteasy4-spring-boot-starter.version>
 
 		<reflections.version>0.9.11</reflections.version>
@@ -1435,40 +1430,12 @@
 				<version>${jdom.version}</version>
 			</dependency>
 
-<!--
-			<dependency>
-				<groupId>org.jboss.resteasy</groupId>
-				<artifactId>resteasy-jaxrs-all</artifactId>
-				<version>${resteasy4-jaxrs.version}</version>
-			</dependency>
--->
-<!--
-
-			<dependency>
-				<groupId>org.jboss.resteasy</groupId>
-				<artifactId>resteasy-jaxb-provider</artifactId>
-				<version>${resteasy4-jaxrs.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.jboss.resteasy</groupId>
-				<artifactId>resteasy-spring</artifactId>
-				<version>${resteasy4-jaxrs.version}</version>
-			</dependency>
--->
 
 			<dependency>
 				<groupId>org.jboss.resteasy</groupId>
 				<artifactId>resteasy-spring-boot-starter</artifactId>
 				<version>${resteasy4-spring-boot-starter.version}</version>
 			</dependency>
-<!--
-			<dependency>
-				<groupId>org.jboss.resteasy</groupId>
-				<artifactId>resteasy-jaxb-provider</artifactId>
-				<version>${resteasy4-jaxrs.version}</version>
-			</dependency>
--->
 
 			<dependency>
 				<groupId>org.jmock</groupId>


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

Posted by da...@apache.org.
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>