diff options
Diffstat (limited to 'tosca-controlloop/participant')
7 files changed, 276 insertions, 0 deletions
diff --git a/tosca-controlloop/participant/participant-impl/participant-impl-cds/pom.xml b/tosca-controlloop/participant/participant-impl/participant-impl-cds/pom.xml new file mode 100644 index 000000000..12d34ff57 --- /dev/null +++ b/tosca-controlloop/participant/participant-impl/participant-impl-cds/pom.xml @@ -0,0 +1,34 @@ +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant-impl</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant-impl-cds</artifactId> + <name>${project.artifactId}</name> + <description>CDS participant, that allows CDS to partake in control loops</description> +</project> diff --git a/tosca-controlloop/participant/participant-impl/participant-impl-dcae/pom.xml b/tosca-controlloop/participant/participant-impl/participant-impl-dcae/pom.xml new file mode 100644 index 000000000..61b2b57e1 --- /dev/null +++ b/tosca-controlloop/participant/participant-impl/participant-impl-dcae/pom.xml @@ -0,0 +1,34 @@ +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant-impl</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant-impl-dcae</artifactId> + <name>${project.artifactId}</name> + <description>DCAE participant, that allows DCAE to partake in control loops</description> +</project> diff --git a/tosca-controlloop/participant/participant-impl/participant-impl-policy/pom.xml b/tosca-controlloop/participant/participant-impl/participant-impl-policy/pom.xml new file mode 100644 index 000000000..e159c784b --- /dev/null +++ b/tosca-controlloop/participant/participant-impl/participant-impl-policy/pom.xml @@ -0,0 +1,34 @@ +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant-impl</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant-impl-policy</artifactId> + <name>${project.artifactId}</name> + <description>Policy participant, that allows Policy to partake in control loops</description> +</project> diff --git a/tosca-controlloop/participant/participant-impl/participant-impl-simulator/pom.xml b/tosca-controlloop/participant/participant-impl/participant-impl-simulator/pom.xml new file mode 100644 index 000000000..3f1fe6e22 --- /dev/null +++ b/tosca-controlloop/participant/participant-impl/participant-impl-simulator/pom.xml @@ -0,0 +1,42 @@ +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant-impl</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant-impl-simulator</artifactId> + <name>${project.artifactId}</name> + <description>Participant simulator, used to test control loops</description> + + <dependencies> + <dependency> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant-intermediary</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> +</project> diff --git a/tosca-controlloop/participant/participant-impl/pom.xml b/tosca-controlloop/participant/participant-impl/pom.xml new file mode 100644 index 000000000..57adbffd9 --- /dev/null +++ b/tosca-controlloop/participant/participant-impl/pom.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant-impl</artifactId> + <name>${project.artifactId}</name> + <packaging>pom</packaging> + + <modules> + <module>participant-impl-simulator</module> + <module>participant-impl-dcae</module> + <module>participant-impl-policy</module> + <module>participant-impl-cds</module> + </modules> +</project> diff --git a/tosca-controlloop/participant/participant-intermediary/pom.xml b/tosca-controlloop/participant/participant-intermediary/pom.xml new file mode 100644 index 000000000..e6dc87bbd --- /dev/null +++ b/tosca-controlloop/participant/participant-intermediary/pom.xml @@ -0,0 +1,36 @@ +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>participant</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant-intermediary</artifactId> + <name>${project.artifactId}</name> + <description>Common intermediary library for managing DMaaP participant messaging and holding participant and control + loop state</description> + +</project> diff --git a/tosca-controlloop/participant/pom.xml b/tosca-controlloop/participant/pom.xml new file mode 100644 index 000000000..00942c15e --- /dev/null +++ b/tosca-controlloop/participant/pom.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2021 Nordix Foundation. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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 KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>controlloop</artifactId> + <version>6.0.1-SNAPSHOT</version> + </parent> + + <artifactId>participant</artifactId> + <name>${project.artifactId}</name> + <packaging>pom</packaging> + <description>Participants that communicate with the runtime server to handle control lops</description> + + <modules> + <module>participant-intermediary</module> + <module>participant-impl</module> + </modules> + + <dependencies> + <dependency> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>controlloop-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.policy.clamp.controlloop</groupId> + <artifactId>controlloop-models</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> +</project> |