[
https://issues.apache.org/jira/browse/ISIS-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203398#comment-17203398
]
Andi Huber edited comment on ISIS-2341 at 9/28/20, 5:10 PM:
------------------------------------------------------------
re last commit on removing commons-logging: found now why we had it in place as
a dependency ...
spring-core brings in
{noformat}
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
{noformat}
which has all the commons-logging classes. So any Spring Boot powered
Application also needs spring-jcl. Otherwise launch fails with a
class-not-found exception.
was (Author: hobrom):
re last commit on removing commons-logging: found now why we had it in place as
a dependency ...
spring-core brings in
{noformat}
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
{noformat}
which has all the commons-logging classes. So any Spring Boot powered up also
needs spring-jcl.
> Ongoing: CI Maintenance
> -----------------------
>
> Key: ISIS-2341
> URL: https://issues.apache.org/jira/browse/ISIS-2341
> Project: Isis
> Issue Type: Task
> Components: Isis CI & Build Scripts
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M4
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)