diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:18:21 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:18:21 +0200 |
commit | e147bdb7da8e48c1483c7732a0eb6b6f54699b66 (patch) | |
tree | 2ae0c9764f69394df4d159b9c59c34d82bd3fe1f /spss/server/serverlib/pom.xml | |
parent | 4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3 (diff) | |
download | moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.tar.gz moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.tar.bz2 moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.zip |
update version management
Diffstat (limited to 'spss/server/serverlib/pom.xml')
-rw-r--r-- | spss/server/serverlib/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index fb95746da..3c29cd88c 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -64,7 +64,7 @@ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>xalan-bin-dist</groupId>
@@ -177,7 +177,7 @@ </dependencies>
<build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -194,7 +194,7 @@ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
|