aboutsummaryrefslogtreecommitdiff
path: root/id/oa/pom.xml
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-01-27 18:33:39 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-01-27 18:33:39 +0100
commitf5c184fb20f87732030868e58653fdf68113f05a (patch)
tree486144427eff98e8937edfc93a82a6f7a50ec90c /id/oa/pom.xml
parentaba2defe8f95cf960395158f6eb2ad7b1fb6e150 (diff)
downloadmoa-id-spss-f5c184fb20f87732030868e58653fdf68113f05a.tar.gz
moa-id-spss-f5c184fb20f87732030868e58653fdf68113f05a.tar.bz2
moa-id-spss-f5c184fb20f87732030868e58653fdf68113f05a.zip
fix version for oa lib
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r--id/oa/pom.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml
index 3b507a223..254b9e119 100644
--- a/id/oa/pom.xml
+++ b/id/oa/pom.xml
@@ -18,10 +18,25 @@
<name>Internet2</name>
<url>https://build.shibboleth.net/nexus/content/groups/public/</url>
</repository>
+ <repository>
+ <id>IAIK Local</id>
+ <name>iaik/libs</name>
+ <url>http://nexus.iaik.tugraz.at/nexus/content/repositories/iaik/</url>
+ </repository>
</repositories>
<build>
<finalName>oa</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<dependencies>
@@ -35,8 +50,13 @@
<artifactId>xmltooling</artifactId>
<version>1.4.0</version>
</dependency>
-
- <dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
@@ -67,4 +87,5 @@
</dependency>
</dependencies>
+
</project>