File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 18
18
<license .licenseName>apache_v2</license .licenseName>
19
19
</properties >
20
20
<dependencies >
21
+ <dependency >
22
+ <groupId >com.github.jnr</groupId >
23
+ <artifactId >jffi</artifactId >
24
+ <version >1.2.23</version >
25
+ </dependency >
26
+ <dependency >
27
+ <groupId >com.github.jnr</groupId >
28
+ <artifactId >jffi</artifactId >
29
+ <version >1.2.23</version >
30
+ <classifier >native</classifier >
31
+ </dependency >
21
32
<dependency >
22
33
<groupId >com.github.jnr</groupId >
23
34
<artifactId >jnr-constants</artifactId >
26
37
<dependency >
27
38
<groupId >com.github.jnr</groupId >
28
39
<artifactId >jnr-ffi</artifactId >
29
- <version >2.1.15</version >
40
+ <version >2.1.13</version >
41
+ <exclusions >
42
+ <exclusion >
43
+ <groupId >com.github.jnr</groupId >
44
+ <artifactId >jffi</artifactId >
45
+ </exclusion >
46
+ </exclusions >
30
47
</dependency >
31
48
<dependency >
32
49
<groupId >com.google.code.findbugs</groupId >
116
133
<usedDependency >org.lmdbjava:lmdbjava-native-windows-x86_64</usedDependency >
117
134
<usedDependency >org.lmdbjava:lmdbjava-native-osx-x86_64</usedDependency >
118
135
</usedDependencies >
136
+ <ignoredDependencies >
137
+ <ignoredDependency >com.github.jnr:jffi</ignoredDependency >
138
+ </ignoredDependencies >
119
139
</configuration >
120
140
</plugin >
121
141
<plugin >
You can’t perform that action at this time.
0 commit comments