Skip to content

Commit

Permalink
[#1237] Align target with SimRel 2023-09
Browse files Browse the repository at this point in the history
Switch to notarized version of JNA

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Aug 23, 2023
1 parent 1d55e62 commit 0f980b4
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
<unit id="org.bouncycastle.bcutil" version="0.0.0"/>
<unit id="org.junit" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202308220716/"/>
<unit id="com.sun.jna" version="5.13.0.v20230812-1000"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
<dependencies>
<dependency>
Expand All @@ -98,12 +102,6 @@
<version>5.13.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 0f980b4

Please sign in to comment.