Compare commits
38 Commits
patch/7.3.
...
release/8.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb0c3aef4e | ||
|
|
e6f850f4f7 | ||
|
|
9d9e2f93cc | ||
|
|
cbf500ec89 | ||
|
|
9985fd2dbf | ||
|
|
265f837c65 | ||
|
|
452f66915a | ||
|
|
ddb9a6cc1d | ||
|
|
11603bfd16 | ||
|
|
3454ffbcd3 | ||
|
|
bd6155d707 | ||
|
|
e8a5638347 | ||
|
|
76d6effdfc | ||
|
|
2cefa2c663 | ||
|
|
8f61cf15b9 | ||
|
|
115c035f18 | ||
|
|
22f981c99f | ||
|
|
c8fbdc19e8 | ||
|
|
afe006376c | ||
|
|
c18002c20f | ||
|
|
56aacbd26d | ||
|
|
54b2c1cfa0 | ||
|
|
50d15ecce9 | ||
|
|
a3ec4b77d2 | ||
|
|
e6d037cb57 | ||
|
|
f174e30acf | ||
|
|
25f720e67b | ||
|
|
b3d21bde5c | ||
|
|
123981fb94 | ||
|
|
5bb46c5a84 | ||
|
|
cb06d0ec37 | ||
|
|
76d7abc7a7 | ||
|
|
142a0eb357 | ||
|
|
645df3a00e | ||
|
|
4d52ca3d76 | ||
|
|
479518aef1 | ||
|
|
922f830b48 | ||
|
|
59ba1cce06 |
@@ -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>
|
||||
@@ -112,7 +112,7 @@
|
||||
<dependency>
|
||||
<groupId>com.cedarsoftware</groupId>
|
||||
<artifactId>json-io</artifactId>
|
||||
<version>4.9.9-TALEND</version>
|
||||
<version>4.13.1-TALEND</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -143,12 +143,12 @@
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-core-asl</artifactId>
|
||||
<version>1.9.15-TALEND</version>
|
||||
<version>1.9.16-TALEND</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-mapper-asl</artifactId>
|
||||
<version>1.9.15-TALEND</version>
|
||||
<version>1.9.16-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>
|
||||
@@ -360,6 +360,26 @@
|
||||
<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>
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
|
||||
<dataquality.lib.version>9.0.4</dataquality.lib.version>
|
||||
<fasterxml.jackson.version>2.11.4</fasterxml.jackson.version>
|
||||
<dataquality.lib.version>9.1.5</dataquality.lib.version>
|
||||
<fasterxml.jackson.version>2.13.2</fasterxml.jackson.version>
|
||||
<fasterxml.jackson.databind.version>2.13.2.2</fasterxml.jackson.databind.version>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user