Skip to content
Snippets Groups Projects
Commit bf25814c authored by MIchael Nguyen's avatar MIchael Nguyen
Browse files

updating pom

parent d8ee8051
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -48,6 +48,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment