Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
534cae38
Commit
534cae38
authored
Sep 07, 2015
by
Gradl, Tobias
Browse files
No commit message
No commit message
parent
bf97d41b
Changes
5
Hide whitespace changes
Inline
Side-by-side
dariah-javasp-master/dariah-javasp-core/pom.xml
View file @
534cae38
...
...
@@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<artifactId>
dariah-javasp-master
</artifactId>
<groupId>
de.dariah
</groupId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dariah-javasp-master/dariah-javasp-web/pom.xml
View file @
534cae38
...
...
@@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<artifactId>
dariah-javasp-master
</artifactId>
<groupId>
de.dariah
</groupId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-core
</artifactId>
<version>
${org.spring
framework
-version}
</version>
<version>
${org.spring
security
-version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
...
...
dariah-javasp-master/pom.xml
View file @
534cae38
...
...
@@ -4,7 +4,7 @@
<groupId>
de.dariah
</groupId>
<artifactId>
dariah-javasp-master
</artifactId>
<packaging>
pom
</packaging>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
<name>
DARIAH AAI library - master
</name>
<description>
DARIAH AAI library - based on the Spring Security Extensions SAML v2
</description>
...
...
@@ -23,8 +23,8 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java-version>
1.6
</java-version>
<org.springframework-version>
3
.1.
2
.RELEASE
</org.springframework-version>
<
spring
.
security
.
version>
3.1
.2.RELEASE
</spring
.
security
.
version>
<org.springframework-version>
4
.1.
7
.RELEASE
</org.springframework-version>
<org.
springsecurity
-
version>
4.0
.2.RELEASE
</
org.
springsecurity
-
version>
<org.aspectj-version>
1.6.9
</org.aspectj-version>
<org.slf4j-version>
1.7.0
</org.slf4j-version>
<ch.qos.logback.version>
1.0.6
</ch.qos.logback.version>
...
...
dariah-javasp-master/spring-security-saml2-core/pom.xml
View file @
534cae38
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
dariah-javasp-master
</artifactId>
<groupId>
de.dariah
</groupId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -47,19 +47,19 @@
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-config
</artifactId>
<version>
${spring
.
security
.
version}
</version>
<version>
${
org.
springsecurity
-
version}
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-core
</artifactId>
<version>
${spring
.
security
.
version}
</version>
<version>
${
org.
springsecurity
-
version}
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-web
</artifactId>
<version>
${spring
.
security
.
version}
</version>
<version>
${
org.
springsecurity
-
version}
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
dariah-samlsp-orm/pom.xml
View file @
534cae38
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.dariah
</groupId>
<artifactId>
dariah-saml-orm
</artifactId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
DARIAH SAML Persistence Components
</name>
<properties>
...
...
Write
Preview
Supports
Markdown
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