OSDN Git Service

string to character
[jindolf/Jindolf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0c3d40f..3aa3380 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <groupId>jp.sourceforge.jindolf</groupId>
     <artifactId>jindolf</artifactId>
 
-    <version>3.303.107-SNAPSHOT</version>
+    <version>4.101.3-SNAPSHOT</version>
 
     <packaging>jar</packaging>
     <name>Jindolf</name>
             <version>1.101.104</version>
             <scope>compile</scope>
         </dependency>
-
+        
+        <dependency>
+            <groupId>io.github.olyutorskii</groupId>
+            <artifactId>quetexj</artifactId>
+            <version>1.0.4</version>
+            <scope>compile</scope>
+        </dependency>
+        
     </dependencies>
 
     <repositories/>
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.30</version>
+                            <version>8.31</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                         <dependency>
                             <groupId>com.github.spotbugs</groupId>
                             <artifactId>spotbugs</artifactId>
-                            <version>4.0.1</version>
+                            <version>4.0.2</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                     <execution>
                         <phase>package</phase>
                         <goals>
-                          <goal>shade</goal>
+                            <goal>shade</goal>
                         </goals>
                         <configuration>
                             <createDependencyReducedPom>false</createDependencyReducedPom>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
+                    <tarLongFileMode>posix</tarLongFileMode>
                     <descriptors>
                         <descriptor>src/assembly/src.xml</descriptor>
                     </descriptors>