Skip to content
Snippets Groups Projects
Commit e3bf624b authored by Madhur Jain's avatar Madhur Jain
Browse files

Update pom.xml

parent ee470987
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,15 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
</configuration>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment