You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/04 08:49:39 UTC

[isis] branch master updated: ISIS-2158: re-adding commons-logging (fixes DemoApp launch)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2583613  ISIS-2158: re-adding commons-logging (fixes DemoApp launch)
2583613 is described below

commit 2583613b1781008fc1dd6c276e9778add8febbda
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Jan 4 09:49:30 2020 +0100

    ISIS-2158: re-adding commons-logging (fixes DemoApp launch)
---
 mavendeps/webapp/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml
index 8f28ffd..bd8b52b 100644
--- a/mavendeps/webapp/pom.xml
+++ b/mavendeps/webapp/pom.xml
@@ -51,6 +51,13 @@
 				</exclusion>
 			</exclusions>
 		</dependency>
+		
+		<!-- required because resteasy-jaxrs declares as a test dependency whereas
+			httpclient4 needs it as a compile dependency -->
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
 
 		<dependency>
 			<groupId>org.springframework.boot</groupId>