Skip to content

Commit 7acc0a2

Browse files
committed
Updated version to 1.4.x, added Google JSON dependency
1 parent 2e229a1 commit 7acc0a2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.filesys</groupId>
66
<artifactId>jfileserver</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.3.17-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Java file server with SMB, FTP/FTPS and NFS support, virtual filesystems, database filesystems</description>
@@ -51,6 +51,14 @@
5151
<artifactId>bcprov-jdk15on</artifactId>
5252
<version>1.70</version>
5353
</dependency>
54+
55+
<!-- Google JSON -->
56+
<dependency>
57+
<groupId>com.google.code.gson</groupId>
58+
<artifactId>gson</artifactId>
59+
<version>2.10.1</version>
60+
</dependency>
61+
5462
</dependencies>
5563

5664
<build>

0 commit comments

Comments
 (0)