aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorKlaus Stranacher <kstranacher@iaik.tugraz.at>2013-08-21 13:12:26 +0200
committerKlaus Stranacher <kstranacher@iaik.tugraz.at>2013-08-21 13:12:26 +0200
commit5b697c424d24a7523dccd210454d029368e34898 (patch)
tree9dc5efda7d874930db0245ae34d3cd676b6c7c11 /pom.xml
parenta52d3300d20837b12b45a0d4fb2b0ee520f6e641 (diff)
downloadmoa-id-spss-5b697c424d24a7523dccd210454d029368e34898.tar.gz
moa-id-spss-5b697c424d24a7523dccd210454d029368e34898.tar.bz2
moa-id-spss-5b697c424d24a7523dccd210454d029368e34898.zip
Update QC/SSCD check
WSDL location updated
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 19674de20..d7e107a2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,10 +68,10 @@
<configuration>
<finalName>moa</finalName>
<descriptors>
- <descriptor>id/assembly-auth.xml</descriptor>-->
- <!-- <descriptor>id/assembly-proxy.xml</descriptor>-->
+ <descriptor>id/assembly-auth.xml</descriptor>
+ <descriptor>id/assembly-proxy.xml</descriptor>
<descriptor>spss/assembly.xml</descriptor>
- <!-- <descriptor>spss/assembly-lib.xml</descriptor>-->
+ <descriptor>spss/assembly-lib.xml</descriptor>
</descriptors>
</configuration>
</plugin>
@@ -211,32 +211,32 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version> <!-- TODO: version update? -->
+ <version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version> <!-- TODO: version update? -->
+ <version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.4</version> <!-- TODO: version update? -->
+ <version>2.4</version>
<scope>provide</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
- <version>1.1</version> <!-- TODO: version update? -->
+ <version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
<artifactId>commons-discovery</artifactId>
- <version>0.2</version> <!-- TODO: version update? -->
+ <version>0.2</version>
<scope>compile</scope>
</dependency>
<!-- IAIK libraries -->