Herbert Eiselt | 8d39a39 | 2019-01-30 09:45:54 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Michael Dürre | 10cd599 | 2020-01-31 09:35:15 +0100 | [diff] [blame] | 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) 2020 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 | --> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 25 | <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"> |
herbert | 7ce54d6 | 2019-12-14 00:22:47 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 27 | |
herbert | 7ce54d6 | 2019-12-14 00:22:47 +0100 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.ccsdk.parent</groupId> |
| 30 | <artifactId>binding-parent</artifactId> |
Dan Timoney | 9472671 | 2023-10-13 16:35:09 -0400 | [diff] [blame] | 31 | <version>2.6.1</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 32 | <relativePath/> |
herbert | 7ce54d6 | 2019-12-14 00:22:47 +0100 | [diff] [blame] | 33 | </parent> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 34 | |
| 35 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 36 | <artifactId>sdnr-wt-helpserver-provider</artifactId> |
Dan Timoney | d4fa4a0 | 2023-11-09 11:06:47 -0500 | [diff] [blame^] | 37 | <version>1.6.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 38 | <packaging>bundle</packaging> |
| 39 | |
| 40 | <name>ccsdk-features :: ${project.artifactId}</name> |
| 41 | |
| 42 | <properties> |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 43 | <maven.javadoc.skip>true</maven.javadoc.skip> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 44 | </properties> |
| 45 | |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 46 | <dependencies> |
| 47 | <dependency> |
Ravi Pendurty | 5ddd815 | 2023-03-14 14:08:02 +0530 | [diff] [blame] | 48 | <groupId>jakarta.servlet</groupId> |
| 49 | <artifactId>jakarta.servlet-api</artifactId> |
highstreetherbert | 3e739d8 | 2021-11-19 14:46:00 +0100 | [diff] [blame] | 50 | <scope>provided</scope> |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 53 | <groupId>org.json</groupId> |
| 54 | <artifactId>json</artifactId> |
Michael Dürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 55 | <scope>provided</scope> |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.osgi</groupId> |
| 59 | <artifactId>org.osgi.core</artifactId> |
Michael DÜrre | b8ee8ac | 2021-07-12 13:00:02 +0200 | [diff] [blame] | 60 | <scope>provided</scope> |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 63 | <groupId>org.mockito</groupId> |
| 64 | <artifactId>mockito-core</artifactId> |
| 65 | <scope>test</scope> |
| 66 | </dependency> |
Michael DÜrre | 6ae7e8a | 2021-04-09 08:01:19 +0200 | [diff] [blame] | 67 | <dependency> |
highstreetherbert | 3e739d8 | 2021-11-19 14:46:00 +0100 | [diff] [blame] | 68 | <groupId>${project.groupId}</groupId> |
Michael DÜrre | 6ae7e8a | 2021-04-09 08:01:19 +0200 | [diff] [blame] | 69 | <artifactId>sdnr-wt-common</artifactId> |
| 70 | <version>${project.version}</version> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
Ravi Pendurty | 5ddd815 | 2023-03-14 14:08:02 +0530 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>org.osgi</groupId> |
| 75 | <artifactId>osgi.cmpn</artifactId> |
| 76 | <version>7.0.0</version> |
| 77 | <scope>compile</scope> |
| 78 | </dependency> |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 79 | </dependencies> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 80 | |
Herbert Eiselt | e26f1bf | 2019-03-29 10:53:28 +0100 | [diff] [blame] | 81 | <build> |
| 82 | <plugins> |
| 83 | <!-- fixed bug for sonarcube --> |
| 84 | <plugin> |
| 85 | <groupId>org.apache.maven.plugins</groupId> |
| 86 | <artifactId>maven-surefire-plugin</artifactId> |
| 87 | <configuration> |
| 88 | <useSystemClassLoader>false</useSystemClassLoader> |
| 89 | </configuration> |
| 90 | </plugin> |
| 91 | </plugins> |
| 92 | </build> |
Herbert Eiselt | 8d39a39 | 2019-01-30 09:45:54 +0100 | [diff] [blame] | 93 | </project> |