File tree 1 file changed +5
-11
lines changed
src/main/groovy/de/dfki/mary
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,6 @@ class ComponentPlugin implements Plugin<Project> {
28
28
29
29
project. repositories {
30
30
mavenCentral()
31
- exclusiveContent {
32
- forRepository {
33
- maven {
34
- name ' DFKI-MLT'
35
- url ' https://raw.githubusercontent.com/DFKI-MLT/Maven-Repository/main'
36
- }
37
- }
38
- filter {
39
- includeGroup ' de.dfki.lt.jtok'
40
- }
41
- }
42
31
}
43
32
44
33
project. sourceSets {
@@ -63,6 +52,11 @@ class ComponentPlugin implements Plugin<Project> {
63
52
}
64
53
testImplementation localGroovy()
65
54
testImplementation group : ' org.testng' , name : ' testng' , version : ' 7.5.1'
55
+ constraints {
56
+ implementation(' de.dfki.lt.jtok:jtok-core:1.9.4' ) {
57
+ because ' transitive dependency v1.9.3 is not available in Maven Central'
58
+ }
59
+ }
66
60
}
67
61
68
62
project. tasks. register(' generateServiceLoader' , GenerateServiceLoader ) {
You can’t perform that action at this time.
0 commit comments