diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-12 09:59:15 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-12 09:59:15 +0200 | 
| commit | 278b9c49645426ae7debfc6f649f2f6550464df0 (patch) | |
| tree | 611ea9bdec2faee1d0cd4ae4aa283c8341575c87 /id/server/idserverlib | |
| parent | 32e590a33b6819f0489e1c3968eda187f38bde29 (diff) | |
| download | moa-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/server/idserverlib')
| -rw-r--r-- | id/server/idserverlib/pom.xml | 52 | 
1 files changed, 27 insertions, 25 deletions
| 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>
 | 
