tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
lukegleeson | 7e243c9 | 2023-04-20 15:32:12 +0100 | [diff] [blame] | 4 | Copyright (C) 2021-2023 Nordix Foundation |
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 5 | Modifications Copyright (C) 2021 Pantheon.tech |
lukegleeson | 82a550f | 2022-07-11 10:55:53 +0100 | [diff] [blame] | 6 | Modifications Copyright (C) 2022 Bell Canada |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 19 | |
| 20 | SPDX-License-Identifier: Apache-2.0 |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 21 | ============LICENSE_END========================================================= |
| 22 | --> |
| 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 24 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <parent> |
| 28 | <groupId>org.onap.cps</groupId> |
| 29 | <artifactId>cps-parent</artifactId> |
danielhanrahan | 19f963b | 2023-06-15 13:52:34 +0100 | [diff] [blame] | 30 | <version>3.3.3-SNAPSHOT</version> |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 31 | <relativePath>../cps-parent/pom.xml</relativePath> |
| 32 | </parent> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 33 | |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 34 | <artifactId>cps-ncmp-service</artifactId> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 35 | |
puthuparambil.aditya | 395795e | 2022-05-27 10:59:19 +0100 | [diff] [blame] | 36 | <properties> |
| 37 | <minimum-coverage>0.96</minimum-coverage> |
| 38 | </properties> |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 39 | <dependencies> |
| 40 | <dependency> |
raviteja.karumuri | e9ac24f | 2023-04-13 23:44:41 +0100 | [diff] [blame] | 41 | <groupId>org.apache.commons</groupId> |
| 42 | <artifactId>commons-lang3</artifactId> |
| 43 | </dependency> |
| 44 | <dependency> |
sourabh_sourabh | a287fc3 | 2023-06-15 03:12:29 +0100 | [diff] [blame] | 45 | <groupId>io.cloudevents</groupId> |
| 46 | <artifactId>cloudevents-json-jackson</artifactId> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>io.cloudevents</groupId> |
| 50 | <artifactId>cloudevents-kafka</artifactId> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>io.cloudevents</groupId> |
| 54 | <artifactId>cloudevents-spring</artifactId> |
| 55 | </dependency> |
| 56 | <dependency> |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 57 | <groupId>${project.groupId}</groupId> |
| 58 | <artifactId>cps-service</artifactId> |
| 59 | </dependency> |
| 60 | <dependency> |
JosephKeenan | f31c7f8 | 2022-05-24 18:59:25 +0100 | [diff] [blame] | 61 | <groupId>org.onap.cps</groupId> |
| 62 | <artifactId>cps-ncmp-events</artifactId> |
| 63 | </dependency> |
| 64 | <dependency> |
lukegleeson | 82a550f | 2022-07-11 10:55:53 +0100 | [diff] [blame] | 65 | <groupId>${project.groupId}</groupId> |
| 66 | <artifactId>cps-path-parser</artifactId> |
| 67 | </dependency> |
| 68 | <dependency> |
sourabh_sourabh | a287fc3 | 2023-06-15 03:12:29 +0100 | [diff] [blame] | 69 | <groupId>com.hazelcast</groupId> |
| 70 | <artifactId>hazelcast-spring</artifactId> |
JosephKeenan | f31c7f8 | 2022-05-24 18:59:25 +0100 | [diff] [blame] | 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.mapstruct</groupId> |
| 74 | <artifactId>mapstruct</artifactId> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.mapstruct</groupId> |
| 78 | <artifactId>mapstruct-processor</artifactId> |
| 79 | </dependency> |
mpriyank | 0238998 | 2022-07-01 14:47:09 +0100 | [diff] [blame] | 80 | <dependency> |
sourabh_sourabh | a287fc3 | 2023-06-15 03:12:29 +0100 | [diff] [blame] | 81 | <groupId>org.springframework</groupId> |
| 82 | <artifactId>spring-web</artifactId> |
mpriyank | 0238998 | 2022-07-01 14:47:09 +0100 | [diff] [blame] | 83 | </dependency> |
JosephKeenan | f31c7f8 | 2022-05-24 18:59:25 +0100 | [diff] [blame] | 84 | <!-- T E S T - D E P E N D E N C I E S --> |
| 85 | <dependency> |
raviteja.karumuri | e9ac24f | 2023-04-13 23:44:41 +0100 | [diff] [blame] | 86 | <groupId>org.springframework.boot</groupId> |
| 87 | <artifactId>spring-boot-starter-test</artifactId> |
| 88 | <scope>test</scope> |
| 89 | <exclusions> |
| 90 | <exclusion> |
| 91 | <groupId>org.junit.vintage</groupId> |
| 92 | <artifactId>junit-vintage-engine</artifactId> |
| 93 | </exclusion> |
| 94 | </exclusions> |
| 95 | </dependency> |
| 96 | <dependency> |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 97 | <groupId>org.spockframework</groupId> |
| 98 | <artifactId>spock-core</artifactId> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.spockframework</groupId> |
| 103 | <artifactId>spock-spring</artifactId> |
| 104 | <scope>test</scope> |
| 105 | </dependency> |
| 106 | <dependency> |
JosephKeenan | f31c7f8 | 2022-05-24 18:59:25 +0100 | [diff] [blame] | 107 | <groupId>org.testcontainers</groupId> |
| 108 | <artifactId>kafka</artifactId> |
| 109 | <scope>test</scope> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.testcontainers</groupId> |
| 113 | <artifactId>spock</artifactId> |
| 114 | <scope>test</scope> |
| 115 | </dependency> |
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 116 | </dependencies> |
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 117 | </project> |