Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 3 | ~ ============LICENSE_START======================================================= |
| 4 | ~ ONAP : ccsdk features |
| 5 | ~ ================================================================================ |
| 6 | ~ Copyright (C) 2019 highstreet technologies GmbH Intellectual Property. |
| 7 | ~ All rights reserved. |
| 8 | ~ ================================================================================ |
| 9 | ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. |
| 10 | ~ ================================================================================ |
| 11 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 12 | ~ you may not use this file except in compliance with the License. |
| 13 | ~ You may obtain a copy of the License at |
| 14 | ~ |
| 15 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 16 | ~ |
| 17 | ~ Unless required by applicable law or agreed to in writing, software |
| 18 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 19 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 20 | ~ See the License for the specific language governing permissions and |
| 21 | ~ limitations under the License. |
| 22 | ~ ============LICENSE_END======================================================= |
| 23 | ~ |
| 24 | --> |
Dan Timoney | bccf450 | 2024-08-08 15:57:35 -0400 | [diff] [blame^] | 25 | |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 26 | <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"> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 28 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.onap.ccsdk.parent</groupId> |
| 31 | <artifactId>binding-parent</artifactId> |
Dan Timoney | bccf450 | 2024-08-08 15:57:35 -0400 | [diff] [blame^] | 32 | <version>2.8.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 33 | <relativePath/> |
| 34 | </parent> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 35 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 36 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 37 | <artifactId>sdnr-wt-common</artifactId> |
Dan Timoney | bccf450 | 2024-08-08 15:57:35 -0400 | [diff] [blame^] | 38 | <version>1.8.0-SNAPSHOT</version> |
Ravi Pendurty | 80ebbf5 | 2021-02-03 13:56:31 +0100 | [diff] [blame] | 39 | <packaging>bundle</packaging> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 40 | |
herbert | d77d01b | 2020-01-30 10:15:11 +0100 | [diff] [blame] | 41 | <name>ccsdk-features :: ${project.artifactId}</name> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 42 | <licenses> |
| 43 | <license> |
| 44 | <name>Apache License, Version 2.0</name> |
| 45 | <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 46 | </license> |
| 47 | </licenses> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 48 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 49 | <properties> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 50 | <maven.javadoc.skip>true</maven.javadoc.skip> |
| 51 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format> |
| 52 | <buildtime>${maven.build.timestamp} UTC</buildtime> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 53 | <databaseport>49400</databaseport> |
herbert | d1981f7 | 2020-01-28 16:45:58 +0100 | [diff] [blame] | 54 | <elasticsearch-rest-client.version>6.4.3</elasticsearch-rest-client.version> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 55 | </properties> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 56 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 57 | <dependencies> |
| 58 | <dependency> |
| 59 | <groupId>org.mockito</groupId> |
| 60 | <artifactId>mockito-core</artifactId> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
Ravi Pendurty | c46e671 | 2023-03-14 12:21:18 +0530 | [diff] [blame] | 64 | <groupId>jakarta.servlet</groupId> |
| 65 | <artifactId>jakarta.servlet-api</artifactId> |
Michael Dürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 66 | <scope>provided</scope> |
herbert | d1981f7 | 2020-01-28 16:45:58 +0100 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 69 | <groupId>org.osgi</groupId> |
| 70 | <artifactId>org.osgi.core</artifactId> |
| 71 | <scope>provided</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.json</groupId> |
| 75 | <artifactId>json</artifactId> |
Michael Dürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 76 | <scope>provided</scope> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.elasticsearch.client</groupId> |
| 80 | <artifactId>elasticsearch-rest-client</artifactId> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 81 | </dependency> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 82 | <dependency> |
| 83 | <groupId>com.fasterxml.jackson.core</groupId> |
| 84 | <artifactId>jackson-annotations</artifactId> |
Michael Dürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 85 | <scope>provided</scope> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 86 | </dependency> |
Michael Dürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 87 | <dependency> |
| 88 | <groupId>com.google.code.findbugs</groupId> |
| 89 | <artifactId>annotations</artifactId> |
| 90 | <scope>provided</scope> |
| 91 | </dependency> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 92 | </dependencies> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 93 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 94 | <build> |
| 95 | <plugins> |
| 96 | <plugin> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 97 | <groupId>com.github.alexcojocaru</groupId> |
| 98 | <artifactId>elasticsearch-maven-plugin</artifactId> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 99 | <configuration> |
herbert | d1981f7 | 2020-01-28 16:45:58 +0100 | [diff] [blame] | 100 | <skip>${skipTests}</skip> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 101 | <clusterName>testCluster</clusterName> |
| 102 | <transportPort>9500</transportPort> |
| 103 | <httpPort>${databaseport}</httpPort> |
Michael DÜrre | f88794b | 2020-11-19 15:40:16 +0100 | [diff] [blame] | 104 | <version>7.9.3</version> |
herbert | 7ce54d6 | 2019-12-14 00:22:47 +0100 | [diff] [blame] | 105 | <timeout>120</timeout> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 106 | </configuration> |
| 107 | <executions> |
| 108 | <execution> |
| 109 | <id>start-elasticsearch</id> |
| 110 | <phase>process-test-classes</phase> |
| 111 | <goals> |
| 112 | <goal>runforked</goal> |
| 113 | </goals> |
| 114 | </execution> |
| 115 | <execution> |
| 116 | <id>stop-elasticsearch</id> |
| 117 | <phase>prepare-package</phase> |
| 118 | <goals> |
| 119 | <goal>stop</goal> |
| 120 | </goals> |
| 121 | </execution> |
| 122 | </executions> |
| 123 | </plugin> |
| 124 | <plugin> |
| 125 | <groupId>org.apache.maven.plugins</groupId> |
| 126 | <artifactId>maven-surefire-plugin</artifactId> |
| 127 | <configuration> |
| 128 | <systemProperties> |
| 129 | <property> |
| 130 | <name>databaseport</name> |
| 131 | <value>${databaseport}</value> |
| 132 | </property> |
| 133 | </systemProperties> |
| 134 | </configuration> |
| 135 | </plugin> |
| 136 | </plugins> |
| 137 | </build> |
Michael Dürre | 6795925 | 2019-11-25 10:22:16 +0100 | [diff] [blame] | 138 | </project> |