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

Hendy Irawan commented on DIRSHARED-134:
----------------------------------------

I'm thinking this is the root issue :

http://svn.apache.org/repos/asf/directory/apacheds/trunk/pom.xml

These lines :

      <dependency>
        <groupId>org.apache.directory.jdbm</groupId>
        <artifactId>apacheds-jdbm2</artifactId>
        <type>bundle</type>
        <version>${org.apache.directory.jdbm.version}</version>
      </dependency>

Is it possible to simply remove the <type>bundle</type> line ? All other 
dependencies do not specify type=bundle, I hope it should work without 
type=bundle.


                
> Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1 
> when depending on apacheds-server-jndi
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSHARED-134
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-134
>             Project: Directory Shared
>          Issue Type: Bug
>    Affects Versions: 1.0.0-M11
>            Reporter: Hendy Irawan
>            Assignee: Pierre-Arnaud Marcelot
>
> Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1 
> when depending on :
>     <dependency>
>       <groupId>org.apache.directory.server</groupId>
>       <artifactId>apacheds-server-jndi</artifactId>
>       <version>2.0.0-M6</version>
>     </dependency>
> It should transitively depend on a "jar" type, not a bundle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to