diff --git a/pom.xml b/pom.xml
index 628f951..0a583c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     
   <repositories>
     <repository>
-      <id>haya4</id>
+      <id>surveyor.haya4</id>
       <name>Hayashi Repository</name>
       <url>http://surveyor.mydns.jp/archiva/repository/haya4/</url>
       <releases>
@@ -39,13 +39,25 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>surveyor.snapshots</id>
+      <name>Archiva Managed Snapshot Repository</name>
+      <url>http://surveyor.mydns.jp/archiva/repository/snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <dependencies>
+    <!-- http://surveyor.mydns.jp/archiva/#artifact~haya4/osm.surveyor/adjustgpx-core -->
     <dependency>
       <groupId>osm.surveyor</groupId>
-      <artifactId>AdjustTime</artifactId>
-      <version>5.3.12</version>
+      <artifactId>adjustgpx-core</artifactId>
+      <version>5.3.15</version>
     </dependency>
     
     <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
@@ -102,6 +114,15 @@
         </configuration>
       </plugin>
 
+      <!-- mvn test -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <junitArtifactName>junit:junit</junitArtifactName>
+          <argLine>-Dfile.encoding=UTF-8</argLine>
+        </configuration>
+      </plugin>
       
       <!-- mvn release:prepare -->
       <plugin>