Skip to content

Commit 0e4e231

Browse files
committed
Fix build
Align bouncycastle libs version.
1 parent b33c23c commit 0e4e231

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

releng/org.eclipse.linuxtools.target/linuxtools-latest.target

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<unit id="jakarta.activation-api" version="0.0.0"/>
3636
<unit id="jakarta.inject.jakarta.inject-api" version="2.0.1"/>
3737
<unit id="bcprov" version="0.0.0"/>
38+
<unit id="bcutil" version="0.0.0"/>
3839
<repository location="https://download.eclipse.org/eclipse/updates/I-builds/"/>
3940
</location>
4041
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -175,13 +176,7 @@
175176
<dependency>
176177
<groupId>org.bouncycastle</groupId>
177178
<artifactId>bcpkix-jdk18on</artifactId>
178-
<version>1.80</version>
179-
<type>jar</type>
180-
</dependency>
181-
<dependency>
182-
<groupId>org.bouncycastle</groupId>
183-
<artifactId>bcutil-jdk18on</artifactId>
184-
<version>1.80</version>
179+
<version>1.81</version>
185180
<type>jar</type>
186181
</dependency>
187182
<dependency>

0 commit comments

Comments
 (0)