Skip to content

Commit 9f1b624

Browse files
committed
preparing to merge GUI code from several months ago with latest moa
1 parent 62ec1bd commit 9f1b624

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.iml
2+
.idea/
3+

moa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.googlecode.java-diff-utils</groupId>
6464
<artifactId>diffutils</artifactId>
65-
<version>1.2.1</version>
65+
<version>1.3</version>
6666
<scope>test</scope>
6767
</dependency>
6868
</dependencies>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>junit</groupId>
8383
<artifactId>junit</artifactId>
84-
<version>4.8.2</version>
84+
<version>4.12</version>
8585
<scope>test</scope>
8686
</dependency>
8787
</dependencies>
@@ -162,6 +162,7 @@
162162
<configuration>
163163
<source>1.6</source>
164164
<target>1.6</target>
165+
<encoding>UTF-8</encoding>
165166
</configuration>
166167
</plugin>
167168

0 commit comments

Comments
 (0)