Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

dependency updates #87

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions cdoc/cdoc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,11 @@
</pluginManagement>
</build>
<dependencies>
<!-- Velocity 1.4 MUST go first, or else velocity 1.5, as a transitive dependency of maven-reporting-impl, will be used instead -->
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>

<dependency>
<groupId>com.cerner.ccl.cdoc</groupId>
<artifactId>cdoc-parser</artifactId>
Expand All @@ -499,6 +497,17 @@
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
<version>1.3.10</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
11 changes: 11 additions & 0 deletions cerreal-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
<version>1.3.10</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
5 changes: 0 additions & 5 deletions ftp-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,11 +640,6 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down Expand Up @@ -746,11 +741,6 @@
<artifactId>slf4j-nop</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
Expand Down
11 changes: 11 additions & 0 deletions whitenoise/whitenoise-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,17 @@
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
<version>1.3.10</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
Expand Down
5 changes: 0 additions & 5 deletions whitenoise/whitenoise-parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -663,11 +663,6 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions whitenoise/whitenoise-rules-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,5 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>