Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
ARSnova
ARSnova LMS Connector
Commits
5d021a8f
Commit
5d021a8f
authored
May 06, 2014
by
Paul-Christian Volkmer
Browse files
Fixed missing dependency to slf4j
parent
ad08c1a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
connector-service/build.gradle
View file @
5d021a8f
...
...
@@ -23,11 +23,11 @@ dependencies {
compile
group:
'org.hsqldb'
,
name:
'hsqldb'
,
version:
'2.2+'
compile
group:
'cglib'
,
name:
'cglib'
,
version:
'3.0+'
compile
group:
'de.thm.arsnova.connector'
,
name:
'connector-model'
,
version:
'0.+'
compile
group:
'de.thm.arsnova.connector'
,
name:
'connector-client'
,
version:
'0.+'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.+'
testCompile
group:
'org.mockito'
,
name:
'mockito-core'
,
version:
'1.9.+'
testCompile
group:
'org.dbunit'
,
name:
'dbunit'
,
version:
'2.4.+'
testCompile
group:
'org.slf4j'
,
name:
'slf4j-log4j12'
,
version:
'1.5.6'
}
test
{
systemProperties
'property'
:
'value'
}
...
...
Write
Preview
Markdown
is supported
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