You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/01/08 16:01:00 UTC

[jira] [Commented] (ISIS-3297) Transitive Dependency not honored with causeway-valuetypes-asciidoc-persistence-jdo

    [ https://issues.apache.org/jira/browse/ISIS-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655805#comment-17655805 ] 

ASF subversion and git services commented on ISIS-3297:
-------------------------------------------------------

Commit d75c27550344d0094c4bddd31f672f6c6ab4be25 in isis's branch refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d75c275503 ]

ISIS-3297 : reinstates activation of datanucleus enhancer profile to use the logging-dn-enhance.properties file.


> Transitive Dependency not honored with causeway-valuetypes-asciidoc-persistence-jdo
> -----------------------------------------------------------------------------------
>
>                 Key: ISIS-3297
>                 URL: https://issues.apache.org/jira/browse/ISIS-3297
>             Project: Isis
>          Issue Type: Bug
>          Components: Isis ValueTypes
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-RC1
>
>
> Brian:
> I isolated the error in my project that was causing this.  It was in the order of dependencies, and for a dependency that it seems I don't need to declare explicitly any more.  If I add:
> 		<dependency>
> 			<groupId>org.apache.causeway.valuetypes</groupId>
> 			<artifactId>causeway-valuetypes-asciidoc-persistence-jdo</artifactId>
> 		</dependency>
> at the top of the simpleapp-jdo webapp dependencies, beneath the simple module dependency, it fails to bring in org.webjars:bootstrap .  If this dependency is further down, the dependency for bootstrap is brought in correctly.
> Dan:
> I have on occasion seen warning messages in IntelliJ saying that because of an error in such-and-such a pom, its transitive dependencies won't be included.  So maybe that's the issue, that causeway-valuetypes-asciidoc-persistence-jdo --[depends upon]--> causeway-valuetypes-asciidoc-ui (or similar) --[depends upon]-->asciidoctor-->webjars   ... and that there's an error in one of the causeway poms somehow.  That would explain the symptom that Brian is seeing, I think.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)