File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ configurations.all {
53
53
}
54
54
55
55
dependencies {
56
- implementation " com.fasterxml.jackson.core:jackson-annotations:2.11.4"
57
- implementation " cz.cvut.kbss.jopa:jopa-api:0.16.5"
58
- implementation " net.sourceforge.owlapi:owlapi-api:5.1.17"
59
- implementation " org.apache.commons:commons-rdf-api:0.5.0"
60
- implementation " io.swagger:swagger-annotations:1.5.24"
61
- implementation " org.springframework.data:spring-data-mongodb:3.0.9.RELEASE"
62
- implementation " org.springframework.data:spring-data-commons:2.3.9.RELEASE"
56
+ api " com.fasterxml.jackson.core:jackson-annotations:2.11.4"
57
+ api " cz.cvut.kbss.jopa:jopa-api:0.16.5"
58
+ api " net.sourceforge.owlapi:owlapi-api:5.1.17"
59
+ api " org.apache.commons:commons-rdf-api:0.5.0"
60
+ api " io.swagger:swagger-annotations:1.5.24"
61
+ api " org.springframework.data:spring-data-mongodb:3.0.9.RELEASE"
63
62
64
63
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2'
65
64
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.2'
@@ -111,14 +110,6 @@ publishing {
111
110
description = implDescription
112
111
url = System . getenv(" PROJECT_URL" )
113
112
}
114
- versionMapping {
115
- usage(' java-api' ) {
116
- fromResolutionOf(' runtimeClasspath' )
117
- }
118
- usage(' java-runtime' ) {
119
- fromResolutionResult()
120
- }
121
- }
122
113
}
123
114
}
124
115
repositories {
You can’t perform that action at this time.
0 commit comments