Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
userManagement
Commits
2eff1bc9
Unverified
Commit
2eff1bc9
authored
1 year ago
by
Mahesh Maney R
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update pom.xml
parent
166e69fb
main
UAT_quick_fix_keycloak
UPHRH_8164_ErrorHandling
dev
dev_stable
devops-patch
feature_update_fee
github/fork/jaypratapsingh1/test_changes
keycloak_logs
payment-webhook
rahu_error_message_fix
uat
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+10
-3
pom.xml
with
10 additions
and
3 deletions
+10
-3
pom.xml
+
10
−
3
View file @
2eff1bc9
<?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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets