Compare commits
15 Commits
release/8.
...
release/8.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb0c3aef4e | ||
|
|
e6f850f4f7 | ||
|
|
9d9e2f93cc | ||
|
|
cbf500ec89 | ||
|
|
9985fd2dbf | ||
|
|
265f837c65 | ||
|
|
452f66915a | ||
|
|
ddb9a6cc1d | ||
|
|
11603bfd16 | ||
|
|
3454ffbcd3 | ||
|
|
bd6155d707 | ||
|
|
e8a5638347 | ||
|
|
76d6effdfc | ||
|
|
2cefa2c663 | ||
|
|
8f61cf15b9 |
@@ -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.13.0-TALEND</version>
|
||||
<version>4.13.1-TALEND</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -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.6</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