Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
19214fd5
"src/main/java/net/mingsoft/config/WebConfig.java" did not exist on "049098d8dba1d7b375ab4cd6b742c21ce2209715"
Unverified
Commit
19214fd5
authored
Apr 27, 2021
by
Tsln
Committed by
GitHub
Apr 27, 2021
Browse files
更新 JNA 版本,适配 Apple M1 芯片 (#631)
parent
3072c963
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/pom.xml
View file @
19214fd5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<properties>
<properties>
<jjwt.version>
0.11.1
</jjwt.version>
<jjwt.version>
0.11.1
</jjwt.version>
<!-- oshi监控需要指定jna版本, 问题详见 https://github.com/oshi/oshi/issues/1040 -->
<!-- oshi监控需要指定jna版本, 问题详见 https://github.com/oshi/oshi/issues/1040 -->
<jna.version>
5.
6
.0
</jna.version>
<jna.version>
5.
8
.0
</jna.version>
</properties>
</properties>
<dependencies>
<dependencies>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<dependency>
<dependency>
<groupId>
com.github.oshi
</groupId>
<groupId>
com.github.oshi
</groupId>
<artifactId>
oshi-core
</artifactId>
<artifactId>
oshi-core
</artifactId>
<version>
5.
3.6
</version>
<version>
5.
7.1
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment