2.3 Getting Bundlor with Maven

SpringSource Bundlor can be obtained from a Maven repository

  1. Add the SpringSource Enterprise Bundle Repository resolvers to the pom.xml file

    <repository>
      <id>com.springsource.repository.bundles.release</id>
      <url>http://repository.springsource.com/maven/bundles/release</url>
    </repository>