Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
RagConnect
Commits
4c7463c6
Commit
4c7463c6
authored
Jul 06, 2020
by
René Schöne
Browse files
Clean up gradle dependencies.
parent
76111d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
4c7463c6
...
...
@@ -17,12 +17,9 @@ buildscript {
}
dependencies
{
implementation
'com.fasterxml.jackson.core:jackson-core:2.9.8'
implementation
'com.fasterxml.jackson.core:jackson-databind:2.9.8'
implementation
'com.github.spullara.mustache.java:compiler:0.9.6'
implementation
group:
'com.github.spullara.mustache.java'
,
name:
'compiler'
,
version:
'0.9.6'
implementation
group:
'org.apache.logging.log4j'
,
name:
'log4j-jul'
,
version:
'2.11.2'
// api 'org.jastadd:jastadd:2.3.4'
runtime
'org.jastadd:jastadd:2.3.4'
runtime
group:
'org.jastadd'
,
name:
'jastadd'
,
version:
'2.3.4'
api
group:
'net.sf.beaver'
,
name:
'beaver-rt'
,
version:
'0.9.11'
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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