You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2016/02/03 09:26:40 UTC

[jira] [Updated] (BVAL-138) OSGi bundle maven dependencies are too big and also too small

     [ https://issues.apache.org/jira/browse/BVAL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated BVAL-138:
------------------------------------
    Fix Version/s:     (was: 1.1.1)
                   1.1.0-alpha2

> OSGi bundle maven dependencies are too big and also too small
> -------------------------------------------------------------
>
>                 Key: BVAL-138
>                 URL: https://issues.apache.org/jira/browse/BVAL-138
>             Project: BVal
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Benson Margulies
>            Assignee: Matt Benson
>             Fix For: 1.1.0-alpha2
>
>
> To use the bval bundle artifact, one must do the following. It should not be necessary to use either the exclusions or the separate weaver dependency.
> {code}
>  <dependency>
>                 <groupId>org.apache.bval</groupId>
>                 <artifactId>org.apache.bval.bundle</artifactId>
>                 <version>1.1.0</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>org.apache.bval</groupId>
>                         <artifactId>bval-core</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.apache.bval</groupId>
>                         <artifactId>bval-jsr</artifactId>
>                     </exclusion>
>                 </exclusions>
>             </dependency>
>             <dependency>
>                 <groupId>org.apache.commons</groupId>
>                 <artifactId>commons-weaver-privilizer-api</artifactId>
>                 <version>1.1</version>
>             </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)