diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-30 08:36:03 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-30 08:36:03 +0200 |
commit | bd53025fa776091cd82d0fca57a28a5404fb4f37 (patch) | |
tree | 76cd9d099074c62949513ae269134bd3a31b1eae /spss/pom.xml | |
parent | c6edd632f9422a3873a85cd8b38b7e763a4bb5aa (diff) | |
download | moa-id-spss-bd53025fa776091cd82d0fca57a28a5404fb4f37.tar.gz moa-id-spss-bd53025fa776091cd82d0fca57a28a5404fb4f37.tar.bz2 moa-id-spss-bd53025fa776091cd82d0fca57a28a5404fb4f37.zip |
fix problem with XML parser and additional features options
Diffstat (limited to 'spss/pom.xml')
-rw-r--r-- | spss/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spss/pom.xml b/spss/pom.xml index 1c2a3fbfa..9780bc5b5 100644 --- a/spss/pom.xml +++ b/spss/pom.xml @@ -1,10 +1,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> -<!-- <parent> + <parent> <groupId>MOA</groupId> <artifactId>MOA</artifactId> <version>2.x</version> - </parent> --> + </parent> <modelVersion>4.0.0</modelVersion> <artifactId>spss</artifactId> @@ -18,7 +18,7 @@ <modules> <module>server</module> - <module>handbook</module> + <!-- <module>handbook</module> --> </modules> <build> |