Compare commits

..

10 Commits

Author SHA1 Message Date
bhe-talendbj
8d713d444f fix: tychoversion 2020-07-20 17:35:02 +08:00
build-talend-tdq
0d3e289820 chore(Jenkins): Update DQ libs to 8.3.1-SNAPSHOT (#304)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2020-07-20 14:19:57 +08:00
build-talend-tdq
d5a3675f25 chore(Jenkins): Update DQ libs to 8.1.1-SNAPSHOT (#303) 2020-07-19 09:22:51 +08:00
build-talend-tdq
81648c0cc8 chore(Jenkins): Update DQ libs to 8.3.1-SNAPSHOT (#302) 2020-07-17 16:05:40 +08:00
build-talend-tdq
056fc2d811 chore(Jenkins): Update DQ libs to 8.3.0 (#301) 2020-07-17 15:40:13 +08:00
hzhao-talendbj
429db0187b TUP-27154 - Update BeanUtils to 1.9.4 (#269) (#297)
Co-authored-by: Colm O hEigeartaigh <coheigea@users.noreply.github.com>
2020-07-14 12:14:40 +08:00
nrousseau
7474f094f2 Revert "TUP-27154 - Update BeanUtils to 1.9.4 (#269)" (#295)
This reverts commit d8c10ea4a3.
2020-07-13 18:11:27 +08:00
Colm O hEigeartaigh
d8c10ea4a3 TUP-27154 - Update BeanUtils to 1.9.4 (#269) 2020-07-03 12:26:12 +08:00
pyzhou
79db3f9919 fix(TDI-44402):update tacokit version studio (#287) 2020-06-19 11:50:07 +08:00
wang wei
9a81eaa34d fix(TDI-44306): adjust the audit event log integration in studio (#282) 2020-06-10 16:30:12 +08:00
4 changed files with 28 additions and 28 deletions

View File

@@ -137,7 +137,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -314,7 +314,7 @@
<artifactId>commons-codec</artifactId>
<version>1.10</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>
@@ -329,7 +329,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>8.1.1-SNAPSHOT</dataquality.lib.version>
<dataquality.lib.version>8.3.1-SNAPSHOT</dataquality.lib.version>
<fasterxml.jackson.version>2.10.1</fasterxml.jackson.version>
<!-- jackson dataformat and jaxb should use version 2.9.10 to make studio compatible with bonita -->
<fasterxml.jackson.bonita.compatible.version>2.9.10</fasterxml.jackson.bonita.compatible.version>

View File

@@ -15,4 +15,4 @@ eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=profile
default.update.site.url=https://update.talend.com/Studio/tos/
component.java.coordinates = org.talend.components:couchbase:1.10.0-SNAPSHOT,org.talend.components:cosmosDB:1.10.0-SNAPSHOT
component.java.coordinates = org.talend.components:couchbase:1.11.0-SNAPSHOT,org.talend.components:cosmosDB:1.11.0-SNAPSHOT

View File

@@ -11,9 +11,9 @@
<components.version>0.29.0-SNAPSHOT</components.version>
<daikon.version>0.31.11</daikon.version>
<daikon-ee.format.verison>1.5.0</daikon-ee.format.verison>
<daikon.audit.version>1.8.0</daikon.audit.version>
<daikon.audit.version>1.16.0</daikon.audit.version>
<org.talend.daikon.crypto-utils.version>0.31.11</org.talend.daikon.crypto-utils.version>
<tycho.version>0.22.0</tycho.version>
<tycho.version>1.7.0</tycho.version>
<tycho-extras.version>${tycho.version}</tycho-extras.version>
<base.version>7.4.1</base.version>
<!-- osgi.compatible.version is either ${base.version}-SNAPSHOT (snapshots), ${base.version}.<suffix> (milestones), or ${base.version} (GA)-->
@@ -160,12 +160,12 @@
</environments>
<filters>
<!-- restrict version of a bundle -->
<!--<filter>
<type>eclipse-plugin</type>
<id>org.eclipse.ui.views.properties.tabbed</id>
<restrictTo>
<version>3.6.100.v20140519-0906</version>
</restrictTo>
<!--<filter>
<type>eclipse-plugin</type>
<id>org.eclipse.ui.views.properties.tabbed</id>
<restrictTo>
<version>3.6.100.v20140519-0906</version>
</restrictTo>
</filter>-->
<filter>
<type>eclipse-plugin</type>
@@ -175,22 +175,22 @@
</restrictTo>
</filter>
<!-- example 2: remove all providers of the package javax.persistence except the bundle javax.persistence
<filter>
<type>java-package</type>
<id>javax.persistence</id>
<restrictTo>
<type>eclipse-plugin</type>
<id>javax.persistence</id>
</restrictTo>
</filter>
<!-- example 2: remove all providers of the package javax.persistence except the bundle javax.persistence
<filter>
<type>java-package</type>
<id>javax.persistence</id>
<restrictTo>
<type>eclipse-plugin</type>
<id>javax.persistence</id>
</restrictTo>
</filter>
-->
<!-- example 3: work around Equinox bug 348045
<filter>
<type>p2-installable-unit</type>
<id>org.eclipse.equinox.servletbridge.extensionbundle</id>
<removeAll />
</filter>
<!-- example 3: work around Equinox bug 348045
<filter>
<type>p2-installable-unit</type>
<id>org.eclipse.equinox.servletbridge.extensionbundle</id>
<removeAll />
</filter>
-->
</filters>
</configuration>