Compare commits
1 Commits
release/8.
...
release/8.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0c62e8969 |
@@ -112,7 +112,7 @@
|
||||
<dependency>
|
||||
<groupId>com.cedarsoftware</groupId>
|
||||
<artifactId>json-io</artifactId>
|
||||
<version>4.14.0-TALEND</version>
|
||||
<version>4.13.1-TALEND</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -164,7 +164,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.avro</groupId>
|
||||
<artifactId>avro</artifactId>
|
||||
<version>1.11.3</version>
|
||||
<version>1.7.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -175,7 +175,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.23.0</version>
|
||||
<version>1.21</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.livesense</groupId>
|
||||
@@ -224,6 +224,18 @@
|
||||
<version>${components.version}</version>
|
||||
<classifier>bundle</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.talend.components</groupId>
|
||||
<artifactId>components-splunk</artifactId>
|
||||
<version>${components.version}</version>
|
||||
<classifier>bundle</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.talend.components</groupId>
|
||||
<artifactId>components-jira</artifactId>
|
||||
<version>${components.version}</version>
|
||||
<classifier>bundle</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.talend.components</groupId>
|
||||
<artifactId>components-couchbase</artifactId>
|
||||
@@ -313,7 +325,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-configuration2</artifactId>
|
||||
<version>2.9.0</version>
|
||||
<version>2.8.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
@@ -323,7 +335,7 @@
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>1.33</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.woodstox</groupId>
|
||||
@@ -344,7 +356,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov</artifactId>
|
||||
<version>1.74.0</version>
|
||||
<version>1.70.0</version>
|
||||
<classifier>bundle</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
|
||||
<dataquality.lib.version>9.1.16</dataquality.lib.version>
|
||||
<fasterxml.jackson.version>2.14.3</fasterxml.jackson.version>
|
||||
<fasterxml.jackson.databind.version>2.14.3</fasterxml.jackson.databind.version>
|
||||
<dataquality.lib.version>9.1.14</dataquality.lib.version>
|
||||
<fasterxml.jackson.version>2.13.4</fasterxml.jackson.version>
|
||||
<fasterxml.jackson.databind.version>2.13.4.2</fasterxml.jackson.databind.version>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
<feature id="org.talend.dataquality.se.test.feature"/>
|
||||
<feature id="org.talend.studio.components.bd.couchbase.feature"/>
|
||||
<feature id="org.talend.studio.components.bd.cosmosdb.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.jdbc.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.couchbase.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.netsuite.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.marklogic.feature"/>
|
||||
@@ -64,9 +65,9 @@
|
||||
<feature id="org.talend.studio.components.tcompv0.marketo.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.azurestorage.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.snowflake.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.jira.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.splunk.feature"/>
|
||||
<feature id="org.talend.studio.components.tcompv0.salesforce.feature"/>
|
||||
<feature id="org.talend.studio.components.tck.jira.feature"/>
|
||||
<feature id="org.talend.studio.components.tck.splunk.feature"/>
|
||||
<feature id="org.talend.gmf.feature"/>
|
||||
<feature id="org.talend.platform.feature"/>
|
||||
</features>
|
||||
|
||||
@@ -8,18 +8,18 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<component-runtime.version>1.63.0</component-runtime.version>
|
||||
<components.version>0.37.28</components.version>
|
||||
<tacokit.components.version>1.53.1</tacokit.components.version>
|
||||
<m2.fasterxml.jackson.version>2.14.3</m2.fasterxml.jackson.version>
|
||||
<m2.fasterxml.jackson.databind.version>2.14.3</m2.fasterxml.jackson.databind.version>
|
||||
<component-runtime.version>1.59.0</component-runtime.version>
|
||||
<components.version>0.37.23</components.version>
|
||||
<tacokit.components.version>1.48.1</tacokit.components.version>
|
||||
<m2.fasterxml.jackson.version>2.13.4</m2.fasterxml.jackson.version>
|
||||
<m2.fasterxml.jackson.databind.version>2.13.4.2</m2.fasterxml.jackson.databind.version>
|
||||
<jackson-codehaus.version>1.9.16-TALEND</jackson-codehaus.version>
|
||||
<daikon.version>7.1.16</daikon.version>
|
||||
<daikon.version>7.0.5</daikon.version>
|
||||
<slf4j-api.version>1.7.34</slf4j-api.version>
|
||||
<daikon-ee.format.verison>3.2.0</daikon-ee.format.verison>
|
||||
<daikon.audit.version>1.16.1</daikon.audit.version>
|
||||
<org.talend.daikon.crypto-utils.version>7.1.16</org.talend.daikon.crypto-utils.version>
|
||||
<studio-utils.version>1.0.16</studio-utils.version>
|
||||
<org.talend.daikon.crypto-utils.version>7.0.5</org.talend.daikon.crypto-utils.version>
|
||||
<studio-utils.version>1.0.13</studio-utils.version>
|
||||
<compcache.creator.version>1.0.0</compcache.creator.version>
|
||||
<tycho.version>1.7.0</tycho.version>
|
||||
<tycho-extras.version>${tycho.version}</tycho-extras.version>
|
||||
|
||||
Reference in New Issue
Block a user