Merge pull request 'Fix build failure' (#324) from rajitha/device-mgt-core:conditional-access into master

Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/324
This commit is contained in:
Navod Zoysa 2024-01-22 08:22:44 +00:00
commit 26497830b9

View File

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