pom dependancy add

backup
Isuri Mendis 1 year ago
parent cb5dc12c7d
commit f5e45342e4

@ -68,9 +68,9 @@
<module>features/subtype-mgt</module> <module>features/subtype-mgt</module>
<module>features/tenant-mgt</module> <module>features/tenant-mgt</module>
<module>features/operation-template-mgt-plugin-feature</module> <module>features/operation-template-mgt-plugin-feature</module>
<module> <!-- <module>-->
components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api <!-- components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api-->
</module> <!-- </module>-->
</modules> </modules>
@ -1679,6 +1679,16 @@
<artifactId>io.entgra.device.mgt.core.device.mgt.extensions.pull.notification</artifactId> <artifactId>io.entgra.device.mgt.core.device.mgt.extensions.pull.notification</artifactId>
<version>${io.entgra.device.mgt.core.version}</version> <version>${io.entgra.device.mgt.core.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.entgra.device.mgt.core</groupId>
<artifactId>io.entgra.device.mgt.core.device.mgt.extensions.device.organization</artifactId>
<version>${io.entgra.device.mgt.core.version}</version>
</dependency>
<dependency>
<groupId>io.entgra.device.mgt.core</groupId>
<artifactId>io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api</artifactId>
<version>${io.entgra.device.mgt.core.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.wso2.orbit.com.fasterxml.jackson.core</groupId> <groupId>org.wso2.orbit.com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId> <artifactId>jackson-annotations</artifactId>

Loading…
Cancel
Save