Skip to content

Commit

Permalink
Add Spring milestone repository for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Jul 30, 2019
1 parent 5623467 commit 4ae2b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sanity-check.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.slf4j.LoggerFactory
import reactor.core.publisher.Flux
import reactor.rabbitmq.OutboundMessage
import reactor.rabbitmq.QueueSpecification
@GrabResolver(name = 'spring-milestone', root = 'https://repo.spring.io/libs-snapshot')
@GrabResolver(name = 'spring-staging', root = 'https://repo.spring.io/libs-staging-local/')
@Grab(group = 'io.projectreactor.rabbitmq', module = 'reactor-rabbitmq', version = "${version}")
@Grab(group = 'org.slf4j', module = 'slf4j-simple', version = '1.7.25')
Expand Down

0 comments on commit 4ae2b79

Please sign in to comment.