aboutsummaryrefslogtreecommitdiff
path: root/id
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-05-12 09:59:15 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-05-12 09:59:15 +0200
commit278b9c49645426ae7debfc6f649f2f6550464df0 (patch)
tree611ea9bdec2faee1d0cd4ae4aa283c8341575c87 /id
parent32e590a33b6819f0489e1c3968eda187f38bde29 (diff)
downloadmoa-id-spss-278b9c49645426ae7debfc6f649f2f6550464df0.tar.gz
moa-id-spss-278b9c49645426ae7debfc6f649f2f6550464df0.tar.bz2
moa-id-spss-278b9c49645426ae7debfc6f649f2f6550464df0.zip
solve problem with log4j and tomcat 8
Diffstat (limited to 'id')
-rw-r--r--id/ConfigWebTool/pom.xml6
-rw-r--r--id/pom.xml5
-rw-r--r--id/server/auth/pom.xml6
-rw-r--r--id/server/idserverlib/pom.xml52
-rw-r--r--id/server/stork2-saml-engine/pom.xml8
5 files changed, 42 insertions, 35 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index aaadb1969..140555c7f 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -162,7 +162,9 @@
</execution>
</executions>
</plugin>
-
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
@@ -176,7 +178,7 @@
</configuration>
</plugin>
</plugins>
- </pluginManagement>
+
</build>
</project>
diff --git a/id/pom.xml b/id/pom.xml
index 18631a8d1..fc018ffa3 100644
--- a/id/pom.xml
+++ b/id/pom.xml
@@ -45,7 +45,9 @@
</execution>
</executions>
</plugin>
-
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
@@ -79,7 +81,6 @@
</executions>
</plugin>
</plugins>
- </pluginManagement>
</build>
</project>
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index 72da9ea47..5fe2aa739 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -48,7 +48,10 @@
</execution>
</executions>
</plugin>
- <plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
@@ -79,7 +82,6 @@
</configuration>
</plugin>
</plugins>
- </pluginManagement>
</build>
<dependencies>
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index 5ce26814a..6a58f8bc8 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -132,21 +132,21 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.6</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.6</version>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.6</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
@@ -273,7 +273,7 @@
<build>
<pluginManagement>
<plugins>
- <plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -291,6 +291,9 @@
</execution>
</executions>
</plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -299,25 +302,7 @@
<target>1.6</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- <skipTests>true</skipTests>
- <archive>
- <addMavenDescriptor>false</addMavenDescriptor>
- </archive>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
@@ -358,8 +343,25 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ <skipTests>true</skipTests>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
- </pluginManagement>
</build>
</project>
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml
index 015697c5c..8e249bb1a 100644
--- a/id/server/stork2-saml-engine/pom.xml
+++ b/id/server/stork2-saml-engine/pom.xml
@@ -84,21 +84,21 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.6</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.6</version>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.6</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>