Skip to content

Commit db3fc3d

Browse files
martinlippertBoykoAlex
authored andcommitted
update embedded JRE to 25
1 parent c63c689 commit db3fc3d

File tree

1 file changed

+3
-11
lines changed
  • eclipse-distribution/org.springframework.boot.ide.product

1 file changed

+3
-11
lines changed

eclipse-distribution/org.springframework.boot.ide.product/pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<packaging>eclipse-repository</packaging>
1616

1717
<properties>
18-
<justj.repository>https://download.eclipse.org/justj/jres/21/updates/release/latest/</justj.repository>
18+
<justj.repository>https://download.eclipse.org/justj/jres/25/updates/release/latest/</justj.repository>
1919
</properties>
2020

2121
<build>
@@ -106,9 +106,9 @@
106106
<configuration>
107107
<repositories>
108108
<repository>
109-
<id>2022-03</id>
109+
<id>2025-09</id>
110110
<layout>p2</layout>
111-
<url>https://download.eclipse.org/releases/2022-03</url>
111+
<url>https://download.eclipse.org/releases/2025-09</url>
112112
</repository>
113113
</repositories>
114114
<jvmArgs>
@@ -138,10 +138,6 @@
138138
<artifactId>org.eclipse.osgi.compatibility.state</artifactId>
139139
<type>eclipse-plugin</type>
140140
</dependency>
141-
<dependency>
142-
<artifactId>javax.annotation</artifactId>
143-
<type>eclipse-plugin</type>
144-
</dependency>
145141
<dependency>
146142
<artifactId>org.eclipse.equinox.p2.transport.ecf</artifactId>
147143
<type>eclipse-plugin</type>
@@ -167,10 +163,6 @@
167163
<artifactId>org.eclipse.equinox.p2.director.app</artifactId>
168164
<type>eclipse-plugin</type>
169165
</dependency>
170-
<dependency>
171-
<artifactId>org.eclipse.equinox.ds</artifactId>
172-
<type>eclipse-plugin</type>
173-
</dependency>
174166
<dependency>
175167
<artifactId>org.eclipse.core.net</artifactId>
176168
<type>eclipse-plugin</type>

0 commit comments

Comments
 (0)