File tree Expand file tree Collapse file tree 4 files changed +15
-42
lines changed
Expand file tree Collapse file tree 4 files changed +15
-42
lines changed Original file line number Diff line number Diff line change 66 <artifactId >vavi-nio-file-jnode</artifactId >
77 <version >0.2.10v</version >
88 </parent >
9+
910 <artifactId >jnode-core</artifactId >
1011 <packaging >jar</packaging >
1112
Original file line number Diff line number Diff line change 1- <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" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34
45 <parent >
56 <groupId >vavi</groupId >
67 <artifactId >vavi-nio-file-jnode</artifactId >
78 <version >0.2.10v</version >
89 </parent >
10+
911 <artifactId >jnode-fs</artifactId >
1012 <packaging >jar</packaging >
1113
1214 <properties >
1315 <vavi-net-fuse .groupId>com.github.umjammer.vavi-apps-fuse</vavi-net-fuse .groupId>
14- <vavi-net-fuse .version>0.1.7 </vavi-net-fuse .version>
16+ <vavi-net-fuse .version>0.1.8 </vavi-net-fuse .version>
1517 </properties >
1618
1719 <build >
6769 <dependency >
6870 <groupId >com.github.umjammer</groupId >
6971 <artifactId >java7-fs-base</artifactId >
70- <version >0.0.12v </version >
72+ <version >0.0.13v </version >
7173 </dependency >
7274 <dependency >
7375 <groupId >vavi</groupId >
7476 <artifactId >vavi-nio-file-emu</artifactId >
75- <version >2.0.1</version >
77+ <version >2.0.3</version >
78+ <exclusions >
79+ <exclusion >
80+ <groupId >com.github.umjammer</groupId >
81+ <artifactId >vavi-awt</artifactId >
82+ </exclusion >
83+ </exclusions >
7684 </dependency >
7785
7886 <dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 <artifactId >vavi-nio-file-jnode</artifactId >
77 <version >0.2.10v</version >
88 </parent >
9+
910 <artifactId >jnode-net</artifactId >
1011
1112 <build >
5152 <dependency >
5253 <groupId >commons-net</groupId >
5354 <artifactId >commons-net</artifactId >
54- <version >3.8 .0</version >
55+ <version >3.9 .0</version >
5556 </dependency >
5657 <dependency >
5758 <groupId >com.github.dnsjava</groupId >
You can’t perform that action at this time.
0 commit comments