Compare commits

..

4 Commits

Author SHA1 Message Date
msjian
f93a5e6f47 chore(Jenkins): Update DQ libs to 9.0.4 (#536) (#537) 2021-12-15 12:23:52 +08:00
bhe-talendbj
97a06f599d fix(TUP-34105): update plugin version (#533) (#534)
* fix(TUP-34105): update plugin version

* fix(TUP-34105): update jgit
2021-12-15 10:22:53 +08:00
pyzhou
8c54f6bad3 chore: upgrade component version to 0.37.2 2021-12-14 17:16:29 +08:00
jzhao
6f6e26ba48 chore:bump up connector 1.28.1 (#532) 2021-12-13 16:34:13 +08:00
3 changed files with 582 additions and 614 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
<version>2.6.3-Talend</version>
<version>2.6.2-Talend</version>
</dependency>
<dependency>
<groupId>org.talend.dataquality</groupId>
@@ -112,7 +112,7 @@
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.13.1-TALEND</version>
<version>4.9.9-TALEND</version>
</dependency>
<dependency>
@@ -143,12 +143,12 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.16-TALEND</version>
<version>1.9.15-TALEND</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.16-TALEND</version>
<version>1.9.15-TALEND</version>
</dependency>
<!-- Avro with minimum depdencies -->
@@ -300,7 +300,7 @@
<artifactId>commons-codec</artifactId>
<version>1.14</version>
</dependency>
<!-- to avoid updatin the complete eclipse target platform we add these
<!-- to avoid updatin the complete eclipse target platform we add these
single dependencies -->
<dependency>
<groupId>biz.aQute.bnd</groupId>
@@ -323,15 +323,10 @@
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
@@ -356,7 +351,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov</artifactId>
<version>1.70.0</version>
<version>1.69.0</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
@@ -365,26 +360,6 @@
<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>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${fasterxml.jackson.databind.version}</version>
</dependency>
</dependencies>
</project>

View File

@@ -12,9 +12,8 @@
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>9.1.7</dataquality.lib.version>
<fasterxml.jackson.version>2.13.2</fasterxml.jackson.version>
<fasterxml.jackson.databind.version>2.13.2.2</fasterxml.jackson.databind.version>
<dataquality.lib.version>9.0.4</dataquality.lib.version>
<fasterxml.jackson.version>2.11.4</fasterxml.jackson.version>
</properties>
<distributionManagement>

File diff suppressed because it is too large Load Diff