2 ~ Copyright © 2016-2018 European Support Limited
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
8 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
17 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xmlns="http://maven.apache.org/POM/4.0.0"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20 <modelVersion>4.0.0</modelVersion>
22 <name>openecomp-sdc</name>
23 <artifactId>openecomp-sdc</artifactId>
24 <packaging>pom</packaging>
26 <url>http://maven.apache.org</url>
29 <groupId>org.openecomp.sdc</groupId>
30 <artifactId>sdc-onboarding</artifactId>
31 <version>1.13.0-SNAPSHOT</version>
32 <relativePath>../onboarding/pom.xml</relativePath>
37 <groupId>org.junit.jupiter</groupId>
38 <artifactId>junit-jupiter</artifactId>
39 <version>${junitJupiter.version}</version>
44 <groupId>org.mockito</groupId>
45 <artifactId>mockito-junit-jupiter</artifactId>
46 <version>${mockitoJupiter.version}</version>
51 <groupId>com.google.code.bean-matchers</groupId>
52 <artifactId>bean-matchers</artifactId>
53 <version>${bean-matchers.version}</version>
57 <groupId>org.onap.logging-analytics</groupId>
58 <artifactId>logging-slf4j</artifactId>
59 <version>${onap.logging.version}</version>
62 <groupId>org.togglz</groupId>
63 <artifactId>togglz-core</artifactId>
64 <version>${togglz.version}</version>
67 <groupId>org.togglz</groupId>
68 <artifactId>togglz-testing</artifactId>
69 <version>${togglz.version}</version>
77 <groupId>org.apache.maven.plugins</groupId>
78 <artifactId>maven-jar-plugin</artifactId>
86 <module>/tools/swagger-ui</module>
87 <module>/tools/zusammen-tools</module>
88 <module>/backend</module>
89 <module>/dist</module>
96 <activeByDefault>false</activeByDefault>
99 <module>/dist</module>