Results 1 to 3 of 3

Thread: Maven Repository for spring-integration-amqp 2.0.0.BUILD-SNAPSHOT

  1. #1
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Question Maven Repository for spring-integration-amqp 2.0.0.BUILD-SNAPSHOT

    Hello Guys

    I want use this dependency

    Code:
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-amqp</artifactId>
      <version>2.0.0.BUILD-SNAPSHOT</version>
    </dependency>
    and I use these repositories

    Code:
    <repository>  
         <id>com.springsource.repository.bundles.release</id>
         <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
         <url>http://repository.springsource.com/maven/bundles/release</url> 
    </repository> 
    	
    <repository>  
          <id>com.springsource.repository.bundles.external</id>  
          <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>  
          <url>http://repository.springsource.com/maven/bundles/external</url> 
    </repository> 
    	
    <repository>
          <id>repository.springframework.maven.release</id>
          <name>Spring Framework Maven Release Repository</name>
          <url>http://maven.springframework.org/release</url>
    </repository>
    
    <repository>
          <id>repository.springframework.maven.milestone</id>
          <name>Spring Framework Maven Milestone Repository</name>
          <url>http://maven.springframework.org/milestone</url>
    </repository>
    		
    <repository>
      <id>org.springframework.maven.snapshot</id>
          <name>Maven Central Compatible Spring Snapshot Repository</name>
          <url>http://maven.springframework.org/snapshot</url>
    </repository>
    But can't be find it (even when my dependency is Snapshot like the respective repository which is too Snapshot), exists other repository that I am forgetting?

    Thanks in advanced
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    If you are looking for an AMQP adapter, it is not in any repository since it hasn't been released yet because there is no release of Spring-AMQP project yet.
    It is sitting in the sandbox, so you have to build it yourself and push it to the local maven repo.

  3. #3
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Hello Oleg

    Thanks for the explanation, but tell me, can you share an approximation about when it would be available in the repositories?

    Thank you
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •