diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2015-08-11 14:30:07 +0200 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2015-08-11 14:30:07 +0200 |
commit | 04381eb4e2d67ced539b34747403bb06cdf36c53 (patch) | |
tree | b5513c0ccf37f201810ecea4a7af5c21dec60739 /id/server/stork2-commons | |
parent | 7d6f5207275778350bff8f23087fe1c905210e2b (diff) | |
download | moa-id-spss-04381eb4e2d67ced539b34747403bb06cdf36c53.tar.gz moa-id-spss-04381eb4e2d67ced539b34747403bb06cdf36c53.tar.bz2 moa-id-spss-04381eb4e2d67ced539b34747403bb06cdf36c53.zip |
poms
Diffstat (limited to 'id/server/stork2-commons')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index c4eea5152..3bc3dae77 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -12,8 +12,7 @@ <name>Stork Commons</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <stork.version>1.4.0</stork.version> - <opensaml.version>2.6.3</opensaml.version> + <stork.version>1.5.1</stork.version> </properties> <version>${stork.version}</version> <description> @@ -56,7 +55,6 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> - <version>${opensaml.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -86,7 +84,6 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.5</version> <scope>provided</scope> </dependency> @@ -136,27 +133,6 @@ </plugins> </pluginManagement> <plugins> - - -<!-- <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>properties-maven-plugin</artifactId> - <version>1.0-alpha-2</version> - <executions> - <execution> - <phase>initialize</phase> - <goals> - <goal>read-project-properties</goal> - </goals> - <configuration> - <files> - <file>${basedir}/../../../moa-id.properties</file> - </files> - </configuration> - </execution> - </executions> - </plugin> --> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> |