Commit e434ec59 authored by sachin.shukla's avatar sachin.shukla

Update pom.xml

parent 237c7260
......@@ -7,6 +7,18 @@
<groupId>com.deskera.exam</groupId>
<artifactId>InterviewExam</artifactId>
<version>1.0.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
......@@ -22,4 +34,4 @@
<type>maven-plugin</type>
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment