summaryrefslogtreecommitdiffstats
path: root/features/pom.xml
blob: 2c93658cb7b6a4da47718fbd5e3e38f510ab6716 (plain)
1
2
3
4
5
6
7
8
9

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highl
<?xml version="1.0" encoding="UTF-8"?>
<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.ccsdk.parent</groupId>
		<artifactId>odlparent-lite</artifactId>
		<version>1.5.2</version>
		<relativePath/>
	</parent>

	<groupId>org.onap.ccsdk.sli.adaptors</groupId>
	<artifactId>sliadaptors-feature-aggregator</artifactId>
	<version>0.7.1-SNAPSHOT</version>
	<packaging>pom</packaging>

	<name>ccsdk-sli-adaptors :: features</name>

	<modules>
		<module>ccsdk-aai-service</module>
		<module>ccsdk-ansible-adapter</module>
		<module>ccsdk-base-http</module>
		<module>ccsdk-mdsal-resource</module>
		<module>ccsdk-messagerouter-consumer</module>
		<module>ccsdk-messagerouter-publisher</module>
		<module>ccsdk-netbox-client</module>
		<module>ccsdk-resource-assignment</module>
		<module>ccsdk-saltstack-adapter</module>
		<module>ccsdk-sql-resource</module>
        <module>ccsdk-sli-adaptors-all</module>
        <module>features-sli-adaptors</module>
        <module>installer</module>
    </modules>
</project>