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
5c192245
Commit
5c192245
authored
Sep 09, 2014
by
Daniel Gerhardt
Browse files
Update Gradle dependencies
parent
9a30435d
Changes
7
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
5c192245
...
...
@@ -9,7 +9,7 @@ subprojects {
version
=
'0.72.0-SNAPSHOT'
ext
{
springVersion
=
'4.0.
5
.RELEASE'
springVersion
=
'4.0.
7
.RELEASE'
springSecurityVersion
=
'3.2.4.RELEASE'
}
...
...
@@ -19,10 +19,10 @@ subprojects {
}
dependencies
{
compile
group:
'commons-collections'
,
name:
'commons-collections'
,
version:
'3.2'
compile
group:
'commons-collections'
,
name:
'commons-collections'
,
version:
'3.2
.1
'
compile
group:
'org.springframework'
,
name:
'spring-context'
,
version:
springVersion
compile
group:
'org.springframework.security'
,
name:
'spring-security-config'
,
version:
springSecurityVersion
compile
group:
'com.fasterxml.jackson.core'
,
name:
'jackson-databind'
,
version:
'2.
3.3
'
compile
group:
'com.fasterxml.jackson.core'
,
name:
'jackson-databind'
,
version:
'2.
4.2
'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.11'
testCompile
group:
'org.springframework'
,
name:
'spring-test'
,
version:
springVersion
...
...
connector-client/.gitignore
View file @
5c192245
/target
/build
connector-client/build.gradle
View file @
5c192245
...
...
@@ -11,8 +11,8 @@ repositories {
dependencies
{
compile
project
(
':connector-model'
)
compile
group:
'commons-collections'
,
name:
'commons-collections'
,
version:
'3.2'
compile
group:
'commons-codec'
,
name:
'commons-codec'
,
version:
'1.
7
'
compile
group:
'commons-collections'
,
name:
'commons-collections'
,
version:
'3.2
.1
'
compile
group:
'commons-codec'
,
name:
'commons-codec'
,
version:
'1.
9
'
compile
group:
'org.springframework'
,
name:
'spring-context'
,
version:
springVersion
compile
group:
'org.springframework'
,
name:
'spring-web'
,
version:
springVersion
...
...
connector-model/.gitignore
View file @
5c192245
/target
/build
connector-model/build.gradle
View file @
5c192245
...
...
@@ -7,7 +7,7 @@ jar {
}
}
dependencies
{
jaxb
'com.sun.xml.bind:jaxb-xjc:2.2.
4-1
'
}
dependencies
{
jaxb
'com.sun.xml.bind:jaxb-xjc:2.2.
7
'
}
buildscript
{
repositories
{
...
...
connector-service/.gitignore
View file @
5c192245
/target
/build
connector-service/build.gradle
View file @
5c192245
...
...
@@ -16,18 +16,18 @@ repositories {
dependencies
{
compile
project
(
':connector-model'
)
compile
group:
'commons-collections'
,
name:
'commons-collections'
,
version:
'3.2'
compile
group:
'commons-codec'
,
name:
'commons-codec'
,
version:
'1.
7
'
compile
group:
'commons-collections'
,
name:
'commons-collections'
,
version:
'3.2
.1
'
compile
group:
'commons-codec'
,
name:
'commons-codec'
,
version:
'1.
9
'
compile
group:
'org.springframework'
,
name:
'spring-context'
,
version:
springVersion
compile
group:
'org.springframework'
,
name:
'spring-webmvc'
,
version:
springVersion
compile
group:
'org.springframework'
,
name:
'spring-jdbc'
,
version:
springVersion
compile
group:
'org.springframework'
,
name:
'spring-tx'
,
version:
springVersion
compile
group:
'org.springframework'
,
name:
'spring-orm'
,
version:
springVersion
compile
group:
'org.springframework.data'
,
name:
'spring-data-jpa'
,
version:
'1.
4.2
.RELEASE'
compile
group:
'org.springframework.data'
,
name:
'spring-data-jpa'
,
version:
'1.
7.0
.RELEASE'
compile
group:
'org.springframework.security'
,
name:
'spring-security-web'
,
version:
springSecurityVersion
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.3
0
'
compile
group:
'mysql'
,
name:
'mysql-connector-java'
,
version:
'5.1.3
2
'
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'
...
...
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