Kernel-keymanager-service v1.2.0 issue

Hello!
commons-packet-manager(1.2.0.1-SNAPSHOT) dependency used in admin and idrepo services has kernel-keymanager-service(1.2.0-SNAPSHOT) as an internal dependency. The build is failing because kernel-keymanager-service(1.2.0-SNAPSHOT) is not available in the nexus repo(Index of /repositories/snapshots/io/mosip/kernel/kernel-keymanager-service)

What branch are you using?

The snapshots will not be available for a long time. They are deleted by Nexus after a certain number of days. The Snapshots are just temporary.

Either build the keymanager service locally or use the released version of keymanager

<dependency>
    <groupId>io.mosip.kernel</groupId>
    <artifactId>kernel-keymanager-service</artifactId>
    <version>1.2.0.1-B2</version>
</dependency>

Keymanager dependency is not used explicitly, the actual dependency is commons-packet-manager:

        <dependency>
			<groupId>io.mosip.commons</groupId>
			<artifactId>commons-packet-manager</artifactId>
			<version>1.2.0.1-B1</version>
		</dependency>

This dependency uses keymanager(1.2.0).

Hi @manish_choudhary

If you are building the components locally, please update the keymanager service version to “1.2.0.1-B2” in commons-packet-manager and build the commons-packet-manager locally. Once build completes build the other required components.

Thanks.

We are not building the commons-packet-manager locally, how can we change the version of keymanager service in that case?

Dear Manish,

Thank you for contacting us. We appreciate your query and would like to assure you that our team is currently investigating the matter. We are dedicated to providing you with a prompt and comprehensive response.

Please rest assured that we are thoroughly reviewing your request and will get back to you with the necessary information as soon as possible. In the meantime, if you have any further questions or require assistance, please don’t hesitate to reach out to us.

We value your support and appreciate your patience. Thank you for choosing MOSIP as your preferred platform. We look forward to assisting you further.

Best regards,

MOSIP Team

@manish_choudhary I just built the admin-service repo branch release-1.2.0.1 I don’t see this error. I have provided the link that shows the successful build.

Let me know if you are looking at the same branch or anything else.

Hi Manish,

I hope your query is resolved, let us know if were looking at the same thing or any other resolution is required?

Best Regards,
MOSIP Team