Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[build] removed log dependencies, get handled by slf4j instead
Browse files Browse the repository at this point in the history
  • Loading branch information
smee committed Aug 27, 2010
1 parent 7fcd4cf commit 870b95f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 35 deletions.
Empty file modified examServer/src/main/resources/examserverLog4j.properties 100644 → 100755
Empty file.
Empty file modified examServer/src/main/webapp/WEB-INF/web.xml 100644 → 100755
Empty file.
16 changes: 6 additions & 10 deletions taskmodel/pom.xml
Expand Up @@ -43,11 +43,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down Expand Up @@ -78,11 +73,6 @@
<artifactId>spring-core</artifactId>
<version>2.5.4</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand All @@ -96,6 +86,12 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<scope>provided</scope>
</dependency>
</dependencies>
<developers>
<developer>
Expand Down
25 changes: 0 additions & 25 deletions taskmodel/taskmodel-core-view/pom.xml
Expand Up @@ -61,12 +61,6 @@
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
<!-- Apache commons -->
<dependency>
<groupId>commons-lang</groupId>
Expand Down Expand Up @@ -99,25 +93,6 @@
<artifactId>jmock-legacy</artifactId>
<version>2.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<exclusions>
<exclusion>
<artifactId>jmxtools</artifactId>
<groupId>com.sun.jdmk</groupId>
</exclusion>
<exclusion>
<artifactId>jmxri</artifactId>
<groupId>com.sun.jmx</groupId>
</exclusion>
<exclusion>
<artifactId>jms</artifactId>
<groupId>javax.jms</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
Expand Down

0 comments on commit 870b95f

Please sign in to comment.