Commit eed117f3 by Juho Juopperi

Merge branch 'versionfix' into 'master'

Versionfix

...

See merge request !199
2 parents f5ebb8fd 62191843
......@@ -11,8 +11,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
......
......@@ -18,9 +18,6 @@
*/
package fi.codecrew.moya.rest.pojo.network.v1;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!