Unverified Commit 2eff1bc9 authored by Mahesh Maney R's avatar Mahesh Maney R Committed by GitHub
Browse files

Update pom.xml

Showing with 10 additions and 3 deletions
+10 -3
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.tarento.upsmf</groupId>
<artifactId>userManagement</artifactId>
......@@ -11,6 +11,7 @@
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<start-class>com.tarento.upsmf.userManagement.UserManagementApplication</start-class>
</properties>
<dependencies>
......@@ -38,6 +39,7 @@
<version>2.7.14</version>
</dependency>
<dependency>
<groupId>org.tuxdude.logback.extensions</groupId>
<artifactId>logback-colorizer</artifactId>
......@@ -80,7 +82,6 @@
<artifactId>spring-boot-starter-json</artifactId>
<version>2.5.6</version>
</dependency>
</dependencies>
<build>
<plugins>
......@@ -92,7 +93,13 @@
<mainClass>com.tarento.upsmf.userManagement.UserManagementApplication</mainClass>
<layout>JAR</layout>
</configuration>
</plugin>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
Supports Markdown
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