OSDN Git Service

JSON入出力処理の分離
[jindolf/Jindolf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 19a53e3..4593d7e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <scope>compile</scope>
         </dependency>
 
+        <dependency>
+            <groupId>jp.sourceforge.jovsonz</groupId>
+            <artifactId>jovsonz</artifactId>
+            <version>1.101.2</version>
+            <scope>compile</scope>
+        </dependency>
+
     </dependencies>
 
     <repositories/>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.8</version>
                 <configuration>
                     <show>protected</show>
                 </configuration>