Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
ARSnova
ARSnova LMS Connector
Commits
e9c6f33b
Commit
e9c6f33b
authored
Jul 15, 2014
by
Paul-Christian Volkmer
Browse files
Added slf4j library and mark servlet api as provided
parent
cda91a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
connector-service/build.gradle
View file @
e9c6f33b
...
...
@@ -27,10 +27,12 @@ dependencies {
compile
group:
'org.springframework.security'
,
name:
'spring-security-config'
,
version:
springSecurityVersion
compile
group:
'org.springframework.security'
,
name:
'spring-security-ldap'
,
version:
springSecurityVersion
compile
group:
'mysql'
,
name:
'mysql-connector-java'
,
version:
'5.1.30'
compile
group:
'javax.servlet'
,
name:
'javax.servlet-api'
,
version:
'3.0.1'
compile
group:
'org.hsqldb'
,
name:
'hsqldb'
,
version:
'2.3.2'
compile
group:
'cglib'
,
name:
'cglib'
,
version:
'3.1'
compile
group:
'org.apache.openjpa'
,
name:
'openjpa'
,
version:
'2.3.0'
compile
group:
'org.slf4j'
,
name:
'slf4j-log4j12'
,
version:
'1.7.7'
providedCompile
group:
'javax.servlet'
,
name:
'javax.servlet-api'
,
version:
'3.0.1'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.11'
testCompile
group:
'org.mockito'
,
name:
'mockito-core'
,
version:
'1.9.5'
...
...
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