Martin Grigorov created ISIS-556:
------------------------------------
Summary: Re-enable maven-enforcer-plugin before merging ISIS-537
branch to master
Key: ISIS-556
URL: https://issues.apache.org/jira/browse/ISIS-556
Project: Isis
Issue Type: Sub-task
Components: Tool
Reporter: Martin Grigorov
Assignee: Dan Haywood
Maven Enforcer plugin breaks the build when some transitive dependency of
dependency A has different version than the same artifact coming as transitive
dependency from dependency B.
[INFO] --- maven-enforcer-plugin:1.2:enforce (validate-enforce) @
isis-viewer-wicket-ui ---
[WARNING]
Dependency convergence error for org.webjars:jquery:1.9.0 paths to dependency
are:
+-org.apache.isis.viewer:isis-viewer-wicket-ui:1.3.0-SNAPSHOT
+-de.agilecoders.wicket:wicket-bootstrap-core:0.9.0-20131001.073459-3
+-org.webjars:bootstrap:3.0.0
+-org.webjars:jquery:1.9.0
and
+-org.apache.isis.viewer:isis-viewer-wicket-ui:1.3.0-SNAPSHOT
+-de.agilecoders.wicket:wicket-bootstrap-extensions:0.9.0-20131001.073550-3
+-org.webjars:jquery-ui:1.10.2-1
+-org.webjars:jquery:1.9.1
This slows down the development and we need to disable it in branch ISIS-537.
--
This message was sent by Atlassian JIRA
(v6.1#6144)