feat(TUP-40750): Upgrade eclipse to 2023-12 (#923)

* feat(TUP-40750): Upgrade eclipse to 2023-12

* feat(TUP-40750): remove from p2.tos and move to target

* feat(TUP-40750):change delta pack

* feat(TUP-40750): change to temp p2

* feat(TUP-40750):  revert to ${tos-deps-p2-repo.url}

* feat(TUP-40750): remove org.eclipse.orbit.xml-apis-ext

* feat(TUP-40750): change to 802

* feat(TUP-40750): change to 802

* feat(TUP-40750): revert temp p2
This commit is contained in:
hzhao
2024-01-17 09:23:43 +08:00
committed by GitHub
parent a7e2312ad7
commit e18327c72f
4 changed files with 556 additions and 604 deletions

View File

@@ -119,11 +119,6 @@
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<!-- end of daikon dependencies -->
<!-- ========================= -->
@@ -161,11 +156,6 @@
<artifactId>paranamer</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.github.livesense</groupId>
<artifactId>org.liveSense.fragment.sun.misc</artifactId>
@@ -272,11 +262,6 @@
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.14</version>
</dependency>
<!-- to avoid updatin the complete eclipse target platform we add these
single dependencies -->
<dependency>
@@ -289,11 +274,6 @@
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>org-slf4j-api</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
@@ -303,11 +283,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
@@ -329,27 +304,6 @@
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>1.2.24-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>
<!-- removed org.talend.libraries.guava so added here for org.talend.dataquality.semantic -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.1-jre</version>
</dependency>
</dependencies>

View File

@@ -13,8 +13,6 @@
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>9.2.2-SNAPSHOT</dataquality.lib.version>
<fasterxml.jackson.version>2.14.3</fasterxml.jackson.version>
<fasterxml.jackson.databind.version>2.14.3</fasterxml.jackson.databind.version>
</properties>
<distributionManagement>

View File

@@ -158,7 +158,7 @@
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>eclipse-delta-pack</artifactId>
<version>4.28</version>
<version>4.30</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${studio.dir}</outputDirectory>

View File

@@ -94,7 +94,7 @@
</repository>
<repository>
<id>eclipse</id>
<url>https://download.eclipse.org/releases/2023-06/</url>
<url>https://download.eclipse.org/releases/2023-12</url>
<layout>p2</layout>
</repository>
</repositories>
@@ -196,7 +196,7 @@
</filter>
<filter>
<type>p2-installable-unit</type>
<id>slf4j.nop</id>
<id>org.eclipse.orbit.xml-apis-ext</id>
<removeAll />
</filter>
</filters>