diff --git a/Java/data-structure-with-java/pom.xml b/Java/data-structure-with-java/pom.xml new file mode 100644 index 0000000..390886d --- /dev/null +++ b/Java/data-structure-with-java/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.javadevjournal + data-structure-with-java + 1.0-SNAPSHOT + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + + \ No newline at end of file