Skip to content

Commit

Permalink
[PDI-17794] Warnings in Spoon console due to wrong version of log4j
Browse files Browse the repository at this point in the history
* [PDI-17794] Removing dependencies due to being marked as unused and declared via dependency:analyze (core/pom.xml, pom.xml)
  • Loading branch information
gryphendowre committed Jun 17, 2019
1 parent 085f512 commit b46aa66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
<artifactId>junit</artifactId>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
<artifactId>commons-vfs</artifactId>
<version>${commons-vfs.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
Expand Down

0 comments on commit b46aa66

Please sign in to comment.