Browse Source
Since all dependencies are local in a jar there is no need for a GrabResolver (and it breaks the app because the default ivy GrapeEngine is used instead of the smart, pretty Boot one). Fixes gh-1179pull/1181/head
3 changed files with 39 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||||
|
@GrabResolver(name='clojars.org', root='http://clojars.org/repo') |
||||||
|
@Grab('redis.embedded:embedded-redis:0.2') |
||||||
|
|
||||||
|
@Component |
||||||
|
class EmbeddedRedis { |
||||||
|
} |
||||||
Loading…
Reference in new issue