Skip to content

Commit

Permalink
Please use latest version of com.sun.jna and com.sun.jna.platform #1084
Browse files Browse the repository at this point in the history
Switch to OSHi 6.2.2

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Dec 6, 2022
1 parent 055a834 commit d049889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lic.oshi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: com.sun.jna;bundle-version="5.12.0",
com.sun.jna.platform;bundle-version="5.12.0",
com.github.oshi.oshi-core;bundle-version="6.3.2",
com.github.oshi.oshi-core;bundle-version="6.2.2",
org.eclipse.passage.lic.api;bundle-version="2.6.1",
org.eclipse.passage.lic.base;bundle-version="2.6.1"
Export-Package: org.eclipse.passage.lic.oshi
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.passage.lic.oshi.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
id="com.sun.jna"
download-size="0"
install-size="0"
version="4.5.1.v20210503-0343"
version="0.0.0"
unpack="false"/>

<plugin
id="com.sun.jna.platform"
download-size="0"
install-size="0"
version="4.5.1.v20221112-0806"
version="0.0.0"
unpack="false"/>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.3.2</version>
<version>6.2.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -108,14 +108,9 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.5</version>
<version>1.7.36</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.serviceloader</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</location>
</locations>
Expand Down

0 comments on commit d049889

Please sign in to comment.