-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MOSIP-32460]Migration to develop from develop-java21 #1301
base: develop-java21
Are you sure you want to change the base?
[MOSIP-32460]Migration to develop from develop-java21 #1301
Conversation
Signed-off-by: JanardhanBS-SyncByte <[email protected]>
<dependency> | ||
<groupId>io.mosip.authentication</groupId> | ||
<artifactId>authentication-core</artifactId> | ||
<version>${authentication-core.version}</version> | ||
<version>${authentication.core.version}</version> | ||
</dependency> | ||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Kernel-core is added as dependency? kernel-bom will include the kernel-core. please remove all the dependency which are getting added thru bom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file deleted? if yes why it is deleted?
<groupId>org.projectlombok</groupId> | ||
<artifactId>lombok</artifactId> | ||
<scope>provided</scope> | ||
</dependency> | ||
<!-- Kernel Core --> | ||
<dependency> | ||
<groupId>io.mosip.kernel</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the kernel-core dependency.
@@ -217,7 +35,7 @@ | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove kernel-core dependency. Remove other dependencies as well which are getting added thru bom
@@ -73,34 +88,17 @@ | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this dependency, because it will get included thru bom
No description provided.