vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 1 | <!-- |
| 2 | ~ Copyright © 2016-2018 European Support Limited |
| 3 | ~ |
| 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 |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 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. |
| 15 | --> |
| 16 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 17 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 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> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 21 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 22 | <groupId>org.openecomp.sdc.core</groupId> |
| 23 | <name>openecomp-tosca-lib</name> |
| 24 | <artifactId>openecomp-tosca-lib</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 25 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 26 | <parent> |
| 27 | <artifactId>openecomp-sdc-lib</artifactId> |
| 28 | <groupId>org.openecomp.sdc</groupId> |
MichaelMorris | 5644613 | 2023-07-14 18:59:57 +0100 | [diff] [blame^] | 29 | <version>1.13.3-SNAPSHOT</version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 30 | </parent> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 31 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
davsad | b1660e1 | 2021-02-05 13:12:57 +0000 | [diff] [blame] | 34 | <groupId>com.vdurmont</groupId> |
| 35 | <artifactId>semver4j</artifactId> |
| 36 | <version>3.1.0</version> |
| 37 | </dependency> |
| 38 | <dependency> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 39 | <groupId>org.onap.sdc.common</groupId> |
| 40 | <artifactId>onap-tosca-datatype</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.openecomp.sdc.core</groupId> |
| 45 | <artifactId>openecomp-utilities-lib</artifactId> |
| 46 | <version>${project.version}</version> |
vasraz | fc768c6 | 2022-10-14 10:51:11 +0100 | [diff] [blame] | 47 | <exclusions> |
| 48 | <exclusion> |
| 49 | <groupId>org.eclipse.jetty</groupId> |
| 50 | <artifactId>jetty-server</artifactId> |
| 51 | </exclusion> |
| 52 | <exclusion> |
| 53 | <groupId>org.eclipse.jetty</groupId> |
| 54 | <artifactId>jetty-servlet</artifactId> |
| 55 | </exclusion> |
| 56 | </exclusions> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.openecomp.sdc</groupId> |
| 60 | <artifactId>openecomp-sdc-validation-api</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.openecomp.sdc</groupId> |
| 65 | <artifactId>openecomp-sdc-datatypes-lib</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.openecomp.sdc.core</groupId> |
| 70 | <artifactId>openecomp-common-lib</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>ch.qos.logback</groupId> |
| 75 | <artifactId>logback-classic</artifactId> |
| 76 | <version>${logback.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.hamcrest</groupId> |
| 80 | <artifactId>hamcrest</artifactId> |
| 81 | <version>${hamcrest.version}</version> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.hamcrest</groupId> |
| 86 | <artifactId>hamcrest-library</artifactId> |
| 87 | <version>${hamcrest.version}</version> |
| 88 | <scope>test</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 91 | <groupId>org.openecomp.sdc</groupId> |
| 92 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 93 | <version>${project.version}</version> |
| 94 | <scope>runtime</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.onap.sdc.common</groupId> |
| 98 | <artifactId>onap-configuration-management-core</artifactId> |
| 99 | <version>${project.version}</version> |
| 100 | <scope>runtime</scope> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.onap.sdc.common</groupId> |
| 104 | <artifactId>onap-configuration-management-api</artifactId> |
| 105 | <version>${project.version}</version> |
| 106 | </dependency> |
| 107 | <dependency> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 108 | <groupId>org.projectlombok</groupId> |
| 109 | <artifactId>lombok</artifactId> |
| 110 | <scope>provided</scope> |
| 111 | </dependency> |
| 112 | <dependency> |
| 113 | <groupId>org.openecomp.sdc.be</groupId> |
| 114 | <artifactId>common-be</artifactId> |
| 115 | <version>${project.version}</version> |
| 116 | <scope>compile</scope> |
vasraz | 8dbc732 | 2021-06-26 14:23:12 +0100 | [diff] [blame] | 117 | <exclusions> |
| 118 | <exclusion> |
| 119 | <groupId>org.springframework</groupId> |
| 120 | <artifactId>spring-core</artifactId> |
| 121 | </exclusion> |
vasraz | fc768c6 | 2022-10-14 10:51:11 +0100 | [diff] [blame] | 122 | <exclusion> |
| 123 | <groupId>org.eclipse.jetty</groupId> |
| 124 | <artifactId>jetty-server</artifactId> |
| 125 | </exclusion> |
| 126 | <exclusion> |
| 127 | <groupId>org.eclipse.jetty</groupId> |
| 128 | <artifactId>jetty-servlet</artifactId> |
| 129 | </exclusion> |
vasraz | 8dbc732 | 2021-06-26 14:23:12 +0100 | [diff] [blame] | 130 | </exclusions> |
| 131 | </dependency> |
| 132 | <dependency> |
| 133 | <groupId>org.springframework</groupId> |
| 134 | <artifactId>spring-core</artifactId> |
| 135 | <version>${spring.framework.version}</version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 136 | </dependency> |
| 137 | </dependencies> |
| 138 | <properties> |
| 139 | <useSystemClassLoader>false</useSystemClassLoader> |
| 140 | </properties> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 141 | <build> |
| 142 | <testResources> |
| 143 | <testResource> |
| 144 | <directory>src/test/resources</directory> |
| 145 | <excludes> |
| 146 | <exclude>**/*.csar</exclude> |
| 147 | </excludes> |
| 148 | <filtering>true</filtering> |
| 149 | </testResource> |
| 150 | <testResource> |
| 151 | <directory>src/test/resources/mock/analyzerService</directory> |
| 152 | <includes> |
| 153 | <include>**.csar</include> |
| 154 | </includes> |
| 155 | <filtering>false</filtering> |
| 156 | <targetPath>mock/analyzerService</targetPath> |
| 157 | </testResource> |
| 158 | </testResources> |
| 159 | </build> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 160 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 161 | </project> |