Benson Margulies created BVAL-138:
-------------------------------------

             Summary: 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


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)

Reply via email to