File tree Expand file tree Collapse file tree 10 files changed +5
-14
lines changed
Expand file tree Collapse file tree 10 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies {
3131 implementation project(' :memory-usage' )
3232 implementation project(' :ml-core' )
3333 implementation project(' :model-catalog-api' )
34- implementation project(' :open-model-catalog' )
3534 implementation project(' :pregel' )
3635 implementation project(' :string-formatting' )
3736
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ dependencies {
2525 implementation project(' :core' )
2626 implementation project(' :graph-schema-api' )
2727 implementation project(' :memory-usage' )
28- implementation project(' :model-catalog-api' )
29- implementation project(' :open-model-catalog' )
3028 implementation project(' :string-formatting' )
3129
3230 api group : ' org.eclipse.collections' , name : ' eclipse-collections' , version : ver. ' eclipse-collections'
@@ -40,7 +38,6 @@ dependencies {
4038 testAnnotationProcessor group : ' org.immutables' , name : ' value' , version : ver. immutables
4139
4240 testImplementation project(' :test-utils' )
43- testImplementation project(' :ml-test-utils' )
4441 testImplementation project(' :proc-common' )
4542
4643 testImplementation group : ' net.jqwik' , name : ' jqwik' , version : ver. ' jqwik'
Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ dependencies {
2626 implementation project(' :licensing' )
2727 implementation project(' :graph-schema-api' )
2828 implementation project(' :memory-usage' )
29- implementation project(' :model-catalog-api' )
3029 implementation project(' :open-licensing' )
31- implementation project(' :open-model-catalog' )
3230 implementation project(' :string-formatting' )
3331 implementation project(' :collections' )
3432 implementation project(' :collections-memory-estimation' )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ dependencies {
1818 implementation project(' :edition-api' )
1919 implementation project(' :memory-usage' )
2020 implementation project(' :model-catalog-api' )
21- implementation project(' :open-model-catalog' )
2221 implementation project(' :transaction' )
2322 implementation project(' :string-formatting' )
2423
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ dependencies {
4545 implementation project(' :executor' )
4646 implementation project(' :graph-schema-api' )
4747 implementation project(' :model-catalog-api' )
48- implementation project(' :open-model-catalog' )
4948 implementation project(' :proc-common' )
5049 implementation project(' :string-formatting' )
5150 implementation project(' :memory-usage' )
@@ -59,6 +58,7 @@ dependencies {
5958 }
6059 }
6160
61+ testImplementation project(' :open-model-catalog' )
6262 testImplementation project(' :test-utils' )
6363 testImplementation project(' :proc-test' )
6464}
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ dependencies {
2222 implementation project(' :core' )
2323 implementation project(' :executor' )
2424 implementation project(' :model-catalog-api' )
25- implementation project(' :open-model-catalog' )
2625 implementation project(' :string-formatting' )
2726
2827 api project(' :proc-common' )
@@ -48,6 +47,6 @@ dependencies {
4847 testCompileOnly group : ' org.immutables' , name : ' builder' , version : ver. ' immutables'
4948
5049 testImplementation project(' :executor' )
51- testImplementation project(' :model-catalog-api ' )
50+ testImplementation project(' :open- model-catalog' )
5251 testImplementation project(' :proc-test' )
5352}
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dependencies {
2323 implementation project(' :memory-usage' )
2424 implementation project(' :model-catalog-api' )
2525 implementation project(' :neo4j-adapter' )
26- implementation project(' :open-model-catalog' )
2726 implementation project(' :string-formatting' )
2827 implementation project(' :subgraph-filtering' )
2928 implementation project(' :transaction' )
@@ -42,6 +41,7 @@ dependencies {
4241
4342 testAnnotationProcessor project(' :annotations' )
4443
44+ testImplementation project(' :open-model-catalog' )
4545 testImplementation project(' :proc-test' )
4646 testImplementation project(' :proc-common' )
4747 testImplementation project(' :proc' )
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dependencies {
2323 implementation project(' :memory-usage' )
2424 implementation project(' :model-catalog-api' )
2525 implementation project(' :neo4j-adapter' )
26- implementation project(' :open-model-catalog' )
2726 implementation project(' :open-licensing' )
2827 implementation project(' :pregel' )
2928 implementation project(' :transaction' )
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ dependencies {
2121 implementation project(' :graph-schema-api' )
2222 implementation project(' :model-catalog-api' )
2323 implementation project(' :neo4j-adapter' )
24- implementation project(' :open-model-catalog' )
2524 implementation project(' :string-formatting' )
2625
2726 compileOnly group : ' org.immutables' , name : ' value-annotations' , version : ver. ' immutables'
@@ -34,6 +33,7 @@ dependencies {
3433
3534 testAnnotationProcessor project(' :annotations' )
3635
36+ testImplementation project(' :open-model-catalog' )
3737 testImplementation project(' :proc-test' )
3838 testImplementation project(' :licensing' )
3939 testImplementation project(' :open-licensing' )
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies {
3131 implementation project(' :ml-core' )
3232 implementation project(' :ml-algo' )
3333 implementation project(' :model-catalog-api' )
34- implementation project(' :open-model-catalog' )
3534 implementation project(' :pipeline' )
3635 implementation project(' :proc-common' )
3736 implementation project(' :string-formatting' )
@@ -47,6 +46,7 @@ dependencies {
4746 testCompileOnly group : ' org.immutables' , name : ' builder' , version : ver. ' immutables'
4847 testCompileOnly group : ' org.jetbrains' , name : ' annotations' , version : ver. ' jetbrains-annotations'
4948
49+ testImplementation project(' :open-model-catalog' )
5050 testImplementation project(' :proc-test' )
5151 testImplementation project(' :proc-common' )
5252 testImplementation project(' :proc-community' )
You can’t perform that action at this time.
0 commit comments