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

Mark Struberg commented on DELTASPIKE-1257:
-------------------------------------------

I'm daunted to remove the whole bom to be honest. 
It causes way more troubles than it solves is my experience.

What do you need it for?
All the deltaspike modules always have the same version number and we have 
almost no external dependencies.
Thus I suggest to use the following:

{noformat}
<properties>
  <deltaspike.version>1.8.0</deltaspike.version>
</properties>

<dependencies>
   <dependency>
    <groupId>org.apache.deltaspike.distribution</groupId>
    <artifactId>distributions-project</artifactId>
    <version>${deltaspike.version}</version>
  </dependency>
...
{noformat}

Would that work for you?

> Research why BOM isn't working right in a release
> -------------------------------------------------
>
>                 Key: DELTASPIKE-1257
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1257
>             Project: DeltaSpike
>          Issue Type: Task
>    Affects Versions: 1.8.0
>            Reporter: John D. Ament
>            Assignee: John D. Ament
>             Fix For: 1.8.1
>
>
> https://lists.apache.org/thread.html/655162d82786d1201c2b33a20d82db8a36a642d0d9afc20042584b0d@%3Cdev.deltaspike.apache.org%3E
> Something causes the release to work incorrectly with the BOM not inheriting 
> from DS parent.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to