File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
5
7
<parent >
105
107
<groupId >org.apache.arrow</groupId >
106
108
<artifactId >arrow-memory-netty</artifactId >
107
109
</dependency >
110
+ <dependency >
111
+ <groupId >us.hebi.matlab.mat</groupId >
112
+ <artifactId >mfl-core</artifactId >
113
+ </dependency >
108
114
<!-- logging dependencies -->
109
115
110
116
<dependency >
Original file line number Diff line number Diff line change 368
368
</exclusion >
369
369
</exclusions >
370
370
</dependency >
371
+ <dependency >
372
+ <groupId >us.hebi.matlab.mat</groupId >
373
+ <artifactId >mfl-core</artifactId >
374
+ <version >0.5.15</version >
375
+ </dependency >
371
376
</dependencies >
372
377
</dependencyManagement >
373
378
<dependencies >
You can’t perform that action at this time.
0 commit comments