Skip to content

Commit

Permalink
log4j is now not provided to habe it in the caller but excluded from the
Browse files Browse the repository at this point in the history
component.
  • Loading branch information
jlolling committed Feb 2, 2017
1 parent d19fdf6 commit 1c3c374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<version>1.7</version>
<configuration>
<componentName>tRunTask</componentName>
<jarExcludePattern>log4j</jarExcludePattern>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -73,7 +74,6 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file modified talend_component/tRunTask/cimt-talendcomp-tacws-3.0.jar
Binary file not shown.

0 comments on commit 1c3c374

Please sign in to comment.