You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Leonid Kof (JIRA)" <ji...@apache.org> on 2012/12/28 17:28:12 UTC

[jira] [Created] (SMX4-1328) OSGI bundles for the spring-ldap component

Leonid Kof created SMX4-1328:
--------------------------------

             Summary: OSGI bundles for the spring-ldap component
                 Key: SMX4-1328
                 URL: https://issues.apache.org/jira/browse/SMX4-1328
             Project: ServiceMix 4
          Issue Type: Task
            Reporter: Leonid Kof


To commit the LDAP component (see CAMEL-5817), OSGi bundles of the following dependencies are necessary:
{noformat} 
<dependencies>
  <dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-core</artifactId>
   <version>1.3.1.RELEASE</version>
  </dependency>
  <dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-core-tiger</artifactId>
   <version>1.3.1.RELEASE</version>
  </dependency>
  <dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-odm</artifactId>
   <version>1.3.1.RELEASE</version>
  </dependency>
  <dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-ldif-core</artifactId>
   <version>1.3.1.RELEASE</version>
  </dependency>
  <dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-ldif-batch</artifactId>
   <version>1.3.1.RELEASE</version>
  </dependency>
 </dependencies>
{noformat} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira