Skip to content

Commit 932afe7

Browse files
committed
update settings
1 parent 9442c70 commit 932afe7

File tree

4 files changed

+15
-42
lines changed

4 files changed

+15
-42
lines changed

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

fs/pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
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>
@@ -67,12 +69,18 @@
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>

fs/src/test/resources/log4j2.xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

net/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<artifactId>vavi-nio-file-jnode</artifactId>
77
<version>0.2.10v</version>
88
</parent>
9+
910
<artifactId>jnode-net</artifactId>
1011

1112
<build>
@@ -51,7 +52,7 @@
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>

0 commit comments

Comments
 (0)