Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova LMS Connector
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARSnova
ARSnova LMS Connector
Commits
e9c6f33b
Commit
e9c6f33b
authored
Jul 15, 2014
by
Paul-Christian Volkmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added slf4j library and mark servlet api as provided
parent
cda91a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
connector-service/build.gradle
connector-service/build.gradle
+3
-1
No files found.
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