File tree Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Original file line number Diff line number Diff line change 81
81
<version >${jna-version} </version >
82
82
<scope >runtime</scope >
83
83
</dependency >
84
+ <dependency >
85
+ <groupId >org.fusesource.jansi</groupId >
86
+ <artifactId >jansi</artifactId >
87
+ <version >${jansi.version} </version >
88
+ <classifier >arm64</classifier >
89
+ <type >so</type >
90
+ <scope >runtime</scope >
91
+ </dependency >
84
92
</dependencies >
85
93
</profile >
86
94
<profile >
99
107
<version >${jna-version} </version >
100
108
<scope >runtime</scope >
101
109
</dependency >
110
+ <dependency >
111
+ <groupId >org.fusesource.jansi</groupId >
112
+ <artifactId >jansi</artifactId >
113
+ <version >${jansi.version} </version >
114
+ <classifier >${os.arch} </classifier >
115
+ <type >so</type >
116
+ <scope >runtime</scope >
117
+ </dependency >
102
118
</dependencies >
103
119
</profile >
104
120
<profile >
117
133
<version >${jna-version} </version >
118
134
<scope >runtime</scope >
119
135
</dependency >
136
+ <dependency >
137
+ <groupId >org.fusesource.jansi</groupId >
138
+ <artifactId >jansi</artifactId >
139
+ <version >${jansi.version} </version >
140
+ <classifier >x86_64</classifier >
141
+ <type >so</type >
142
+ <scope >runtime</scope >
143
+ </dependency >
120
144
</dependencies >
121
145
</profile >
122
146
</profiles >
127
151
<artifactId >cli</artifactId >
128
152
<version >${project.version} </version >
129
153
</dependency >
130
- <dependency >
131
- <groupId >org.fusesource.jansi</groupId >
132
- <artifactId >jansi</artifactId >
133
- <version >${jansi.version} </version >
134
- <classifier >x86_64</classifier >
135
- <type >so</type >
136
- <scope >runtime</scope >
137
- </dependency >
138
- <dependency >
139
- <groupId >org.fusesource.jansi</groupId >
140
- <artifactId >jansi</artifactId >
141
- <version >${jansi.version} </version >
142
- <classifier >arm64</classifier >
143
- <type >so</type >
144
- <scope >runtime</scope >
145
- </dependency >
146
154
</dependencies >
147
155
</project >
You can’t perform that action at this time.
0 commit comments