aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml
blob: 380c906c244d970d38457694fca917e2b415b162 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!--
  ~ Copyright © 2016-2018 European Support Limited
  ~
  ~ 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.
  -->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         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>

    <name>openecomp-sdc-translator-api</name>
    <artifactId>openecomp-sdc-translator-api</artifactId>


    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>openecomp-sdc-lib</artifactId>
        <version>1.6.0-SNAPSHOT</version>
        <relativePath>../..</relativePath>
    </parent>

    <dependencies>
        <dependency>
            <groupId>org.openecomp.sdc.core</groupId>
            <artifactId>openecomp-facade-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-validation-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-validation-core</artifactId>
            <version>${project.version}</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>io.swagger.core.v3</groupId>
            <artifactId>swagger-annotations</artifactId>
            <version>${swagger.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc.core</groupId>
            <artifactId>openecomp-heat-lib</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc.core</groupId>
            <artifactId>openecomp-tosca-lib</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.sdc.common</groupId>
            <artifactId>onap-configuration-management-core</artifactId>
            <version>${project.version}</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.sdc.common</groupId>
            <artifactId>onap-configuration-management-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>

</project>
l-Scalar l-Scalar-Plain">list filter-executors: false filter-queue: false columns: - status - weather - job - last-success - last-failure - last-duration - build-button - policy-violations recurse: false - project: name: CSIT views: - csit-view view-name: CSIT view-description: 'List of CSIT jobs' view-regex: '^(?=.*-csit-.*)(?!.*-verify-csit.*).*' - project: name: CSIT-Verify views: - csit-view view-name: CSIT-Verify view-description: 'List of CSIT Verify jobs' view-regex: '^.*-verify-csit.*' - view: name: Daily-Jobs views: - common-view view-name: Daily-Jobs view-description: 'List of Daily Jobs' view-regex: '.*-daily' - view: name: External-Labs views: - common-view view-name: External-Labs view-description: 'List of External Labs jobs' view-regex: '^lab-.*' - project: name: Merge-Jobs views: - common-view view-name: Merge-Jobs view-description: 'List of Merge jobs' view-regex: '.*-merge-.*' - project: name: Thirdparty views: - common-view view-name: Thirdparty view-description: 'List of Nexus Thirdparty dependencies jobs' view-regex: '.*-thirdparty-.*' - project: name: Verify-Jobs views: - common-view view-name: Verify-Jobs view-description: 'List of Verify jobs' view-regex: '^.*-verify-.*' - project: name: WhiteSource views: - common-view view-name: WhiteSource view-description: 'List of WhiteSource jobs' view-regex: '.*-whitesource-.*'