We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ec1bd commit 9f1b624Copy full SHA for 9f1b624
3 files changed
.gitignore
@@ -0,0 +1,3 @@
1
+*.iml
2
+.idea/
3
+
moa/pom.xml
@@ -62,7 +62,7 @@
62
<dependency>
63
<groupId>com.googlecode.java-diff-utils</groupId>
64
<artifactId>diffutils</artifactId>
65
- <version>1.2.1</version>
+ <version>1.3</version>
66
<scope>test</scope>
67
</dependency>
68
</dependencies>
pom.xml
@@ -81,7 +81,7 @@
81
82
<groupId>junit</groupId>
83
<artifactId>junit</artifactId>
84
- <version>4.8.2</version>
+ <version>4.12</version>
85
86
87
@@ -162,6 +162,7 @@
162
<configuration>
163
<source>1.6</source>
164
<target>1.6</target>
165
+ <encoding>UTF-8</encoding>
166
</configuration>
167
</plugin>
168
0 commit comments