Herbert Eiselt | 316dbd6 | 2019-01-29 17:23:25 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 2 | <!-- |
| 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 | --> |
| 25 | |
Timoney, Dan (dt5972) | 9560e60 | 2019-04-24 16:04:56 -0400 | [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) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 28 | |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.onap.ccsdk.parent</groupId> |
| 31 | <artifactId>binding-parent</artifactId> |
Dan Timoney | cf72411 | 2021-03-24 13:15:26 -0400 | [diff] [blame] | 32 | <version>2.1.2</version> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 33 | <relativePath/> |
| 34 | </parent> |
| 35 | |
| 36 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 37 | <artifactId>sdnr-wt-websocketmanager2-provider</artifactId> |
Dan Timoney | 8ed4232 | 2021-04-06 12:49:39 -0400 | [diff] [blame^] | 38 | <version>1.1.4-SNAPSHOT</version> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 39 | <packaging>bundle</packaging> |
| 40 | |
| 41 | <name>ccsdk-features :: ${project.artifactId}</name> |
| 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> |
| 48 | |
| 49 | <properties> |
| 50 | <maven.javadoc.skip>true</maven.javadoc.skip> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 51 | </properties> |
| 52 | |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 53 | <dependencies> |
| 54 | <dependency> |
| 55 | <groupId>${project.groupId}</groupId> |
| 56 | <artifactId>sdnr-wt-websocketmanager2-model</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>javax.servlet</groupId> |
Ravi Pendurty | f7cc6a1 | 2021-02-03 14:43:58 +0100 | [diff] [blame] | 61 | <artifactId>javax.servlet-api</artifactId> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 65 | <artifactId>websocket-api</artifactId> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 69 | <artifactId>websocket-servlet</artifactId> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>io.netty</groupId> |
| 73 | <artifactId>netty-transport</artifactId> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>io.netty</groupId> |
| 77 | <artifactId>netty-all</artifactId> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 78 | <!-- <version>${netty.version}</version> --> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.json</groupId> |
| 82 | <artifactId>json</artifactId> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>com.typesafe.akka</groupId> |
Ravi Pendurty | f7cc6a1 | 2021-02-03 14:43:58 +0100 | [diff] [blame] | 86 | <artifactId>akka-actor_2.13</artifactId> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>com.typesafe.akka</groupId> |
Ravi Pendurty | f7cc6a1 | 2021-02-03 14:43:58 +0100 | [diff] [blame] | 90 | <artifactId>akka-cluster_2.13</artifactId> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 91 | </dependency> |
| 92 | <dependency> |
| 93 | <groupId>org.java-websocket</groupId> |
| 94 | <artifactId>Java-WebSocket</artifactId> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.mockito</groupId> |
| 98 | <artifactId>mockito-core</artifactId> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
Ravi Pendurty | f7cc6a1 | 2021-02-03 14:43:58 +0100 | [diff] [blame] | 102 | <groupId>org.opendaylight.mdsal</groupId> |
| 103 | <artifactId>mdsal-binding-api</artifactId> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.osgi</groupId> |
| 107 | <artifactId>org.osgi.core</artifactId> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.osgi</groupId> |
| 111 | <artifactId>org.osgi.compendium</artifactId> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.eclipse.jetty</groupId> |
| 115 | <artifactId>jetty-server</artifactId> |
| 116 | <scope>test</scope> |
| 117 | </dependency> |
| 118 | <dependency> |
| 119 | <groupId>org.eclipse.jetty</groupId> |
| 120 | <artifactId>jetty-servlet</artifactId> |
| 121 | <scope>test</scope> |
| 122 | </dependency> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 123 | </dependencies> |
Herbert Eiselt | 316dbd6 | 2019-01-29 17:23:25 +0100 | [diff] [blame] | 124 | </project> |