Skip to content

Commit 6a0e33f

Browse files
committed
Add support for io.etcd:jetcd-core:0.7.5
1 parent 99f25c7 commit 6a0e33f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+7718
-0
lines changed

metadata/index.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,17 @@
194194
"directory": "org.ehcache/ehcache",
195195
"module": "org.ehcache:ehcache"
196196
},
197+
{
198+
"directory": "io.etcd/jetcd-core",
199+
"module": "io.etcd:jetcd-core",
200+
"requires": [
201+
"org.hibernate.orm:hibernate-core",
202+
"org.testcontainers:testcontainers",
203+
"org.mockito:mockito-core",
204+
"io.netty:netty-common",
205+
"io.netty:netty-transport"
206+
]
207+
},
197208
{
198209
"directory": "org.mockito/mockito-core",
199210
"module": "org.mockito:mockito-core"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"reflect-config.json",
3+
"resource-config.json"
4+
]

0 commit comments

Comments
 (0)