2014-12-04 11:11:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-01-20 06:11:44 +00:00
|
|
|
|
2014-12-04 11:11:32 +00:00
|
|
|
<!--
|
2023-05-26 17:06:13 +00:00
|
|
|
~ Copyright (c) 2018 - 2023, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
|
2015-01-20 06:11:44 +00:00
|
|
|
~
|
2023-05-26 17:06:13 +00:00
|
|
|
~ Entgra (Pvt) Ltd. licenses this file to you under the Apache License,
|
2015-02-10 12:58:18 +00:00
|
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
|
|
|
~ in compliance with the License.
|
2023-05-26 17:06:13 +00:00
|
|
|
~ You may obtain a copy of the License at
|
2015-01-20 06:11:44 +00:00
|
|
|
~
|
2023-05-26 17:06:13 +00:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2015-01-20 06:11:44 +00:00
|
|
|
~
|
2015-02-10 12:58:18 +00:00
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
2023-05-26 17:06:13 +00:00
|
|
|
~ KIND, either express or implied. See the License for the
|
2023-10-12 12:24:35 +00:00
|
|
|
~ speciString acquireAccessToken(ActiveSyncServer activeSyncServer) throws CEAManagementException;fic language governing permissions and limitations
|
2015-02-10 12:58:18 +00:00
|
|
|
~ under the License.
|
2015-01-20 06:11:44 +00:00
|
|
|
-->
|
|
|
|
|
|
2020-05-22 13:35:39 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2014-12-04 11:11:32 +00:00
|
|
|
<parent>
|
2023-05-10 06:23:11 +00:00
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
2014-12-04 11:11:32 +00:00
|
|
|
<artifactId>policy-mgt</artifactId>
|
2024-01-22 14:12:19 +00:00
|
|
|
<version>5.0.39-SNAPSHOT</version>
|
2014-12-04 11:11:32 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-05-11 05:13:14 +00:00
|
|
|
<artifactId>io.entgra.device.mgt.core.policy.mgt.core</artifactId>
|
2014-12-04 11:11:32 +00:00
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
<name>WSO2 Carbon - Policy Management Core</name>
|
|
|
|
|
<description>WSO2 Carbon - Policy Management Core</description>
|
|
|
|
|
<url>http://wso2.org</url>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-scr-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
<extensions>true</extensions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<instructions>
|
|
|
|
|
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
|
|
|
|
|
<Bundle-Name>${project.artifactId}</Bundle-Name>
|
2023-05-11 09:08:47 +00:00
|
|
|
<Bundle-Version>${io.entgra.device.mgt.core.version}</Bundle-Version>
|
2014-12-04 11:11:32 +00:00
|
|
|
<Bundle-Description>Policy Management Core Bundle</Bundle-Description>
|
2023-05-11 05:13:14 +00:00
|
|
|
<Private-Package>io.entgra.device.mgt.core.policy.mgt.core.internal</Private-Package>
|
2014-12-04 11:11:32 +00:00
|
|
|
<Import-Package>
|
2021-05-10 04:11:45 +00:00
|
|
|
org.osgi.framework.*;version="${imp.package.version.osgi.framework}",
|
|
|
|
|
org.osgi.service.*;version="${imp.package.version.osgi.service}",
|
2014-12-04 11:11:32 +00:00
|
|
|
org.apache.commons.logging,
|
2015-01-31 13:19:56 +00:00
|
|
|
javax.sql,
|
2015-08-21 06:39:32 +00:00
|
|
|
javax.cache,
|
2015-01-31 13:19:56 +00:00
|
|
|
javax.naming,
|
2016-07-18 03:39:29 +00:00
|
|
|
javax.xml.*,
|
2020-05-18 04:19:11 +00:00
|
|
|
javax.xml.parsers;version="${javax.xml.parsers.import.pkg.version}";resolution:=optional,
|
2015-01-31 13:19:56 +00:00
|
|
|
org.w3c.dom,
|
2023-05-11 05:13:14 +00:00
|
|
|
io.entgra.device.mgt.core.policy.mgt.common.*,
|
2015-01-31 13:19:56 +00:00
|
|
|
org.wso2.carbon.user.core.*,
|
2015-03-12 14:11:39 +00:00
|
|
|
org.wso2.carbon.utils.*,
|
2015-04-09 12:27:04 +00:00
|
|
|
org.wso2.carbon.context.*,
|
|
|
|
|
org.wso2.carbon.user.api.*,
|
2023-05-11 07:59:16 +00:00
|
|
|
io.entgra.device.mgt.core.device.mgt.core.*,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common.*,
|
2015-09-02 09:17:36 +00:00
|
|
|
org.wso2.carbon.ntask.*,
|
|
|
|
|
org.wso2.carbon.caching.*
|
2014-12-04 11:11:32 +00:00
|
|
|
</Import-Package>
|
|
|
|
|
<Export-Package>
|
2023-05-11 05:13:14 +00:00
|
|
|
!io.entgra.device.mgt.core.policy.mgt.core.internal,
|
|
|
|
|
io.entgra.device.mgt.core.policy.mgt.core.*
|
2014-12-04 11:11:32 +00:00
|
|
|
</Export-Package>
|
2017-10-02 05:03:53 +00:00
|
|
|
<DynamicImport-Package>*</DynamicImport-Package>
|
2014-12-04 11:11:32 +00:00
|
|
|
</instructions>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2015-03-12 14:11:39 +00:00
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>2.18</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<systemPropertyVariables>
|
|
|
|
|
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
|
|
|
|
|
</systemPropertyVariables>
|
|
|
|
|
<suiteXmlFiles>
|
|
|
|
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
|
|
|
|
</suiteXmlFiles>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2017-09-21 19:28:16 +00:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>jacoco-initialize</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>jacoco-site</id>
|
|
|
|
|
<phase>test</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>report</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
|
|
|
|
|
<outputDirectory>${basedir}/target/coverage-reports/site</outputDirectory>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2014-12-04 11:11:32 +00:00
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.equinox</groupId>
|
|
|
|
|
<artifactId>org.eclipse.equinox.common</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
|
|
|
|
</dependency>
|
2014-12-09 13:24:05 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
|
</dependency>
|
2015-07-22 11:54:33 +00:00
|
|
|
<!--<dependency>-->
|
2020-05-18 04:19:11 +00:00
|
|
|
<!--<groupId>org.wso2.carbon</groupId>-->
|
|
|
|
|
<!--<artifactId>org.wso2.carbon.queuing</artifactId>-->
|
2015-07-22 11:54:33 +00:00
|
|
|
<!--</dependency>-->
|
2014-12-09 13:24:05 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.core</artifactId>
|
|
|
|
|
</dependency>
|
2015-04-30 09:30:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.base</artifactId>
|
|
|
|
|
</dependency>
|
2014-12-09 13:24:05 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.rdbms</artifactId>
|
|
|
|
|
</dependency>
|
2015-01-29 14:33:04 +00:00
|
|
|
|
2015-07-06 09:56:19 +00:00
|
|
|
<!--Ntask dependencies-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.ntask.core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2015-08-29 12:09:07 +00:00
|
|
|
<!-- Registry dependencies-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.registry.api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.registry.core</artifactId>
|
|
|
|
|
</dependency>
|
2015-01-29 14:33:04 +00:00
|
|
|
<!-- Policy Management Dependencies-->
|
|
|
|
|
<dependency>
|
2023-05-10 06:23:11 +00:00
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
2023-05-11 05:13:14 +00:00
|
|
|
<artifactId>io.entgra.device.mgt.core.policy.mgt.common</artifactId>
|
2014-12-04 11:11:32 +00:00
|
|
|
</dependency>
|
2015-03-12 14:11:39 +00:00
|
|
|
|
|
|
|
|
<!--Test Case -->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
<artifactId>testng</artifactId>
|
2020-05-18 04:19:11 +00:00
|
|
|
<scope>test</scope>
|
2015-03-12 14:11:39 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>jdbc-pool</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<version>5.1.34</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.h2database.wso2</groupId>
|
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2023-05-11 05:13:14 +00:00
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.wso2.orbit.com.h2database</groupId>-->
|
|
|
|
|
<!-- <artifactId>h2</artifactId>-->
|
|
|
|
|
<!-- <scope>test</scope>-->
|
|
|
|
|
<!-- </dependency>-->
|
2015-03-12 14:11:39 +00:00
|
|
|
|
2017-10-03 06:06:30 +00:00
|
|
|
|
2017-10-02 05:03:53 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-dbcp.wso2</groupId>
|
|
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
|
|
<version>1.4.0.wso2v1</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-pool.wso2</groupId>
|
|
|
|
|
<artifactId>commons-pool</artifactId>
|
|
|
|
|
<version>1.5.6.wso2v1</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2017-10-03 06:06:30 +00:00
|
|
|
|
2017-10-03 04:01:04 +00:00
|
|
|
<dependency>
|
2017-10-13 07:28:30 +00:00
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
|
<artifactId>powermock-api-mockito</artifactId>
|
2017-10-13 07:55:53 +00:00
|
|
|
<scope>test</scope>
|
2017-10-13 07:28:30 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
|
<artifactId>powermock-module-testng</artifactId>
|
2017-10-13 07:55:53 +00:00
|
|
|
<scope>test</scope>
|
2017-10-03 04:01:04 +00:00
|
|
|
</dependency>
|
2019-08-07 04:56:02 +00:00
|
|
|
<dependency>
|
2023-05-10 06:23:11 +00:00
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
2023-05-11 07:00:03 +00:00
|
|
|
<artifactId>io.entgra.device.mgt.core.identity.jwt.client.extension</artifactId>
|
2019-08-07 04:56:02 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2023-05-11 05:13:14 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
2023-05-11 07:00:03 +00:00
|
|
|
<artifactId>io.entgra.device.mgt.core.server.bootup.heartbeat.beacon</artifactId>
|
2023-05-11 05:13:14 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2014-12-04 11:11:32 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
|
|