Compare commits

...

8 Commits

Author SHA1 Message Date
build-talend
405a0c1960 chore(Jenkins): Update DQ libs to 7.4.0-SNAPSHOT (#214) 2019-10-22 11:09:27 +02:00
nrousseau
3157c8dbdf Update studio configuration for 7.3.1 2019-10-18 10:23:58 +08:00
mbasiuk-talend
2d9e2e0dd8 fix(TDI-42834): update commons-compress lib version (#205)
* fix(TDI-42834): update commons-compress lib version

* fix(TDI-42834): upgrade commons-compress to latest version
2019-10-09 02:00:33 +02:00
build-talend
9bdd384b29 chore(Jenkins): Update DQ libs to 7.3.0-SNAPSHOT (#212) 2019-09-24 17:26:45 +02:00
build-talend
61d9cec36c chore(Jenkins): Update DQ libs to 7.2.2-SNAPSHOT (#209) 2019-09-16 19:22:13 +02:00
build-talend
345a7c6491 chore(Jenkins): Update DQ libs to 7.2.1 (#208) 2019-09-16 17:42:17 +02:00
build-talend
5b15fbe489 chore(Jenkins): Update DQ libs to 7.2.1-SNAPSHOT (#206) 2019-08-26 22:22:34 +02:00
kjwang
ae30522551 Fix TUP-24170 Set crypto-utils as bundle to make the master compile with daikon 0.31.10-SNAPSHOT (#204)
* Fix TUP-24170 Set crypto-utils as bundle to make the master compile with
daikon 0.31.10-SNAPSHOT
https://jira.talendforge.org/browse/TUP-24170

* Fix TUP-24170 Set crypto-utils as bundle to make the master compile with
daikon 0.31.10-SNAPSHOT
https://jira.talendforge.org/browse/TUP-24170

* Fix TUP-24170 Set crypto-utils as bundle to make the master compile with
daikon 0.31.10-SNAPSHOT
https://jira.talendforge.org/browse/TUP-24170
2019-08-22 09:59:02 +02:00
3 changed files with 25 additions and 4 deletions

View File

@@ -86,6 +86,12 @@
<version>${daikon.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.daikon</groupId>
<artifactId>crypto-utils</artifactId>
<version>${daikon.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.daikon</groupId>
<artifactId>daikon-exception</artifactId>
@@ -128,6 +134,21 @@
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.7</version>
</dependency>
<!-- end of daikon dependencies -->
<!-- ========================= -->
@@ -168,7 +189,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.10</version>
<version>1.19</version>
</dependency>
<dependency>
<groupId>com.github.livesense</groupId>

View File

@@ -8,9 +8,9 @@
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<components.version>0.28.0-SNAPSHOT</components.version>
<dataquality.lib.version>7.2.0-SNAPSHOT</dataquality.lib.version>
<dataquality.lib.version>7.4.0-SNAPSHOT</dataquality.lib.version>
<fasterxml.jackson.version>2.9.9</fasterxml.jackson.version>
<daikon.version>0.31.8</daikon.version>
<daikon.version>0.31.10-SNAPSHOT</daikon.version>
</properties>
<distributionManagement>

View File

@@ -174,7 +174,7 @@
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>studio-add-conf</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.1-SNAPSHOT</version>
<type>zip</type>
<classifier />
<overWrite>true</overWrite>