summaryrefslogtreecommitdiffstats
path: root/standardization/pom.xml
blob: fcf4847385c6ae69a26dbec5e868cfb3eb2a3366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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.dcaegen2.services</groupId>
    <artifactId>sdk</artifactId>
      <version>1.3.3-SNAPSHOT</version>
    <relativePath>..</relativePath>
  </parent>

  <groupId>org.onap.dcaegen2.services.sdk</groupId>
  <artifactId>dcaegen2-services-sdk-standardization</artifactId>

  <name>dcaegen2-services-sdk-standardization</name>
  <description>Common SDK repo for all DCAE standardization</description>
  <packaging>pom</packaging>

  <modules>
    <module>api-custom-header</module>
    <module>moher-api</module>
  </modules>

</project>
/* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }