Fix build failure

This commit is contained in:
Rajitha Kumara 2024-01-22 13:45:53 +05:30
parent 957cb748d7
commit 120f488da9

View File

@ -36,17 +36,14 @@
<dependency> <dependency>
<groupId>io.entgra.device.mgt.core</groupId> <groupId>io.entgra.device.mgt.core</groupId>
<artifactId>io.entgra.device.mgt.core.cea.mgt.common</artifactId> <artifactId>io.entgra.device.mgt.core.cea.mgt.common</artifactId>
<version>5.0.33-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.entgra.device.mgt.core</groupId> <groupId>io.entgra.device.mgt.core</groupId>
<artifactId>io.entgra.device.mgt.core.cea.mgt.core</artifactId> <artifactId>io.entgra.device.mgt.core.cea.mgt.core</artifactId>
<version>5.0.33-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.entgra.device.mgt.core</groupId> <groupId>io.entgra.device.mgt.core</groupId>
<artifactId>io.entgra.device.mgt.core.cea.mgt.enforce</artifactId> <artifactId>io.entgra.device.mgt.core.cea.mgt.enforce</artifactId>
<version>5.0.33-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>