Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB 2 Jupyter Kernel
Commits
cffee0af
Commit
cffee0af
authored
Aug 31, 2020
by
dgelessus
Browse files
Add own dependency on Logback because ProB 2 no longer provides it
parent
bc7eafab
Pipeline
#45555
passed with stage
in 5 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
cffee0af
...
...
@@ -37,6 +37,7 @@ configurations.all {
}
dependencies
{
implementation
(
group:
"ch.qos.logback"
,
name:
"logback-classic"
,
version:
"1.2.3"
)
implementation
(
group:
"com.google.code.gson"
,
name:
"gson"
,
version:
"2.8.6"
)
implementation
(
group:
"com.google.guava"
,
name:
"guava"
,
version:
"28.2-jre"
)
implementation
(
group:
"de.hhu.stups"
,
name:
"de.prob2.kernel"
,
version:
"4.0.0-SNAPSHOT"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment