Compare commits

...

15 Commits

Author SHA1 Message Date
build-talend-tdq
452f66915a chore(Jenkins): Update DQ libs to 9.1.4 (#609)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2022-04-14 17:09:46 +08:00
Emmanuel GALLOIS
ddb9a6cc1d feat(TDI-47693): bump component-runtime to 1.43.1 (#587)
* feat(TDI-47693): bump component-runtime to 1.43.0
* fix(TDI-47693): component-runtime 1.43.1
- fix misaligned openwebbeans-spi dependency
2022-04-13 09:14:06 +02:00
ypiel
11603bfd16 chore: bump tck/connectors 1.32.1 (#608) 2022-04-08 17:36:09 +02:00
jzhao
3454ffbcd3 chore(TDI-47808):bump tcompv0 to 0.37.6 (#605) 2022-04-08 18:09:39 +08:00
jiezhang-tlnd
bd6155d707 fix(TUP-35153)create a new plugin of org.apache.log4j to avoid the (#602)
modified plugin of orbit
2022-04-08 16:13:02 +08:00
jiezhang-tlnd
e8a5638347 fix(TUP-34954): setup reload4j in p2 (#592) 2022-04-01 14:14:49 +08:00
zyuan-talend
76d6effdfc fix(TUP-34788):Upgrade org.ops4j.pax.url:pax-url-aether:2.6.2-Talend. (#588) 2022-04-01 11:56:37 +08:00
build-talend-tdq
2cefa2c663 chore(Jenkins): Update DQ libs to 9.1.3 (#595)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2022-03-29 19:02:39 +08:00
pyzhou
8f61cf15b9 fix(TDI-47662): Bump up connector 1.31.1 (#584) 2022-03-14 18:35:51 +08:00
Emmanuel GALLOIS
115c035f18 feat(TDI-47609): bump component-runtime to 1.42.0 (#577) 2022-03-10 08:44:36 +01:00
ypiel
22f981c99f chore(TDI-47610): bump connectors 1.31.0 (#582) 2022-03-08 09:28:43 +01:00
Chao MENG
c8fbdc19e8 fix(TUP-33381): Remove all the logs related to other OS (#580)
https://jira.talendforge.org/browse/TUP-33381
2022-03-07 19:06:21 +08:00
clesaec
afe006376c bump tcomp to 0.37.5 (#579) 2022-03-04 15:45:01 +01:00
build-talend-tdq
c18002c20f chore(Jenkins): Update DQ libs to 9.0.6 (#576)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2022-03-04 18:05:03 +08:00
pyzhou
56aacbd26d chore:upgrade connector to 1.30.2 (#571) 2022-02-16 17:17:24 +08:00
3 changed files with 583 additions and 573 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
<version>2.6.2-Talend</version>
<version>2.6.3-Talend</version>
</dependency>
<dependency>
<groupId>org.talend.dataquality</groupId>
@@ -360,6 +360,11 @@
<version>4.13.2</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>1.2.19-TALEND</version>
</dependency>
</dependencies>
</project>

View File

@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>9.0.5</dataquality.lib.version>
<dataquality.lib.version>9.1.4</dataquality.lib.version>
<fasterxml.jackson.version>2.11.4</fasterxml.jackson.version>
</properties>

File diff suppressed because it is too large Load Diff