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 <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Aug 23, 2023
1 parent 1d55e62 commit c010259
Showing 1 changed file with 5 additions and 12 deletions.
Expand Up @@ -84,6 +84,11 @@
<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/latest/"/>
<unit id="com.sun.jna" version="5.13.0.v20230812-1000"/>
<unit id="com.sun.jna.platform" version="5.13.0"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
<dependencies>
<dependency>
Expand All @@ -92,18 +97,6 @@
<version>6.2.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<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 c010259

Please sign in to comment.