Compare commits
24 Commits
patch/7.3.
...
release/8.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6049837de0 | ||
|
|
115c035f18 | ||
|
|
22f981c99f | ||
|
|
c8fbdc19e8 | ||
|
|
afe006376c | ||
|
|
c18002c20f | ||
|
|
56aacbd26d | ||
|
|
54b2c1cfa0 | ||
|
|
50d15ecce9 | ||
|
|
a3ec4b77d2 | ||
|
|
e6d037cb57 | ||
|
|
f174e30acf | ||
|
|
25f720e67b | ||
|
|
b3d21bde5c | ||
|
|
123981fb94 | ||
|
|
5bb46c5a84 | ||
|
|
cb06d0ec37 | ||
|
|
76d7abc7a7 | ||
|
|
142a0eb357 | ||
|
|
645df3a00e | ||
|
|
4d52ca3d76 | ||
|
|
479518aef1 | ||
|
|
922f830b48 | ||
|
|
59ba1cce06 |
@@ -112,7 +112,7 @@
|
||||
<dependency>
|
||||
<groupId>com.cedarsoftware</groupId>
|
||||
<artifactId>json-io</artifactId>
|
||||
<version>4.9.9-TALEND</version>
|
||||
<version>4.13.0-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>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
|
||||
<dataquality.lib.version>9.0.3</dataquality.lib.version>
|
||||
<dataquality.lib.version>9.0.6</dataquality.lib.version>
|
||||
<fasterxml.jackson.version>2.11.4</fasterxml.jackson.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<components.version>0.37.1</components.version>
|
||||
<tacokit.components.version>1.28.0</tacokit.components.version>
|
||||
<component-runtime.version>1.39.2</component-runtime.version>
|
||||
<component-runtime.version>1.42.0</component-runtime.version>
|
||||
<components.version>0.37.5</components.version>
|
||||
<tacokit.components.version>1.31.1</tacokit.components.version>
|
||||
<m2.fasterxml.jackson.version>2.11.4</m2.fasterxml.jackson.version>
|
||||
<jackson-codehaus.version>1.9.15-TALEND</jackson-codehaus.version>
|
||||
<jackson-codehaus.version>1.9.16-TALEND</jackson-codehaus.version>
|
||||
<daikon.version>0.31.12</daikon.version>
|
||||
<slf4j-api.version>1.7.29</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>0.31.12</org.talend.daikon.crypto-utils.version>
|
||||
<studio-utils.version>1.0.6</studio-utils.version>
|
||||
<studio-utils.version>1.0.8</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>
|
||||
@@ -467,6 +467,11 @@
|
||||
<url>${fullp2_url}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>eclipse_repo</id>
|
||||
<url>${eclipse-repo.url}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
<build>
|
||||
<plugins>
|
||||
@@ -505,7 +510,7 @@
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
<timestampProvider>jgit</timestampProvider>
|
||||
<jgit.ignore>pom.xml</jgit.ignore>
|
||||
<!--jgit.ignore>pom.xml</jgit.ignore-->
|
||||
<jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user