Compare commits

...

3 Commits

Author SHA1 Message Date
jiezhang-tlnd
9f6d4635f5 fix(TUP-29381)CVE on (#4223)
commons-codec-1.6.jar/commons-codec-1.9.jar/commons-codec-1.10.jar
2021-04-19 15:42:56 +08:00
Jane Ding
5d3ceb6f7f fix(TUP-30992):CVE: junit-4.11,4.13 (#4220) (#4221)
https://jira.talendforge.org/browse/TUP-30992

Signed-off-by: jding-tlnd <jding@talend.com>
2021-04-16 19:30:07 +08:00
Zhiwei Xue
9199f8c763 fix(TUP-30187):rename maven property (#4215) 2021-04-16 15:36:34 +08:00
5 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
<properties>
<talend.codes.package>@CodesPackage@</talend.codes.package>
<allow.codes.compile.error>true</allow.codes.compile.error>
<maven.compiler.failOnError>${allow.codes.compile.error}</maven.compiler.failOnError>
<codes.compile.failOnError>true</codes.compile.failOnError>
<maven.compiler.failOnError>${codes.compile.failOnError}</maven.compiler.failOnError>
</properties>
<dependencies>

View File

@@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.12.4</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>