-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JP Leibundguth
committed
Dec 17, 2020
1 parent
18dc7e6
commit 77d16c8
Showing
21 changed files
with
3,655 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"compileClasspath": { | ||
"com.netflix.governator:governator-api": { | ||
"project": true | ||
}, | ||
"javax.inject:javax.inject": { | ||
"firstLevelTransitive": [ | ||
"com.netflix.governator:governator-api" | ||
], | ||
"locked": "1" | ||
} | ||
}, | ||
"runtimeClasspath": { | ||
"com.netflix.governator:governator-api": { | ||
"project": true | ||
}, | ||
"javax.inject:javax.inject": { | ||
"firstLevelTransitive": [ | ||
"com.netflix.governator:governator-api" | ||
], | ||
"locked": "1" | ||
} | ||
}, | ||
"testCompileClasspath": { | ||
"com.netflix.governator:governator-api": { | ||
"project": true | ||
}, | ||
"javax.inject:javax.inject": { | ||
"firstLevelTransitive": [ | ||
"com.netflix.governator:governator-api" | ||
], | ||
"locked": "1" | ||
}, | ||
"junit:junit": { | ||
"locked": "4.12", | ||
"requested": "4.12" | ||
}, | ||
"org.slf4j:slf4j-log4j12": { | ||
"locked": "1.7.2", | ||
"requested": "1.7.2" | ||
} | ||
}, | ||
"testRuntimeClasspath": { | ||
"com.netflix.governator:governator-api": { | ||
"project": true | ||
}, | ||
"javax.inject:javax.inject": { | ||
"firstLevelTransitive": [ | ||
"com.netflix.governator:governator-api" | ||
], | ||
"locked": "1" | ||
}, | ||
"junit:junit": { | ||
"locked": "4.12", | ||
"requested": "4.12" | ||
}, | ||
"org.slf4j:slf4j-log4j12": { | ||
"locked": "1.7.2", | ||
"requested": "1.7.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"compileClasspath": { | ||
"javax.inject:javax.inject": { | ||
"locked": "1", | ||
"requested": "1" | ||
} | ||
}, | ||
"runtimeClasspath": { | ||
"javax.inject:javax.inject": { | ||
"locked": "1", | ||
"requested": "1" | ||
} | ||
}, | ||
"testCompileClasspath": { | ||
"javax.inject:javax.inject": { | ||
"locked": "1", | ||
"requested": "1" | ||
}, | ||
"junit:junit": { | ||
"locked": "4.12", | ||
"requested": "4.12" | ||
}, | ||
"org.slf4j:slf4j-log4j12": { | ||
"locked": "1.7.2", | ||
"requested": "1.7.2" | ||
} | ||
}, | ||
"testRuntimeClasspath": { | ||
"javax.inject:javax.inject": { | ||
"locked": "1", | ||
"requested": "1" | ||
}, | ||
"junit:junit": { | ||
"locked": "4.12", | ||
"requested": "4.12" | ||
}, | ||
"org.slf4j:slf4j-log4j12": { | ||
"locked": "1.7.2", | ||
"requested": "1.7.2" | ||
} | ||
} | ||
} |
Oops, something went wrong.