You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2015/09/10 17:47:46 UTC

[jira] [Resolved] (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 ]

Matt Benson resolved BVAL-138.
------------------------------
    Resolution: Fixed

{code}
r1702283 | mbenson | 2015-09-10 10:45:19 -0500 (Thu, 10 Sep 2015) | 1 line

[BVAL-138] mark dependencies, which will be embedded and inlined, as provided
------------------------------------------------------------------------
r1702280 | mbenson | 2015-09-10 10:27:25 -0500 (Thu, 10 Sep 2015) | 1 line

[BVAL-138] do not require commons-weaver-privilizer-api
{code}

> 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
>            Reporter: Benson Margulies
>            Assignee: Matt Benson
>
> 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)