Herbert Eiselt | 316dbd6 | 2019-01-29 17:23:25 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 2 | <!-- ============LICENSE_START======================================================= |
| 3 | ONAP : ccsdk feature sdnr wt websocketmanager2 ================================================================================ |
| 4 | Copyright (C) 2019 highstreet technologies GmbH Intellectual Property. All |
| 5 | rights reserved. ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 7 | use this file except in compliance with the License. You may obtain a copy |
| 8 | of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 9 | by applicable law or agreed to in writing, software distributed under the |
| 10 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 11 | OF ANY KIND, either express or implied. See the License for the specific |
| 12 | language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> |
Timoney, Dan (dt5972) | 9560e60 | 2019-04-24 16:04:56 -0400 | [diff] [blame] | 13 | <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 Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 16 | <artifactId>sdnr-wt-websocketmanager2-provider</artifactId> |
Timoney, Dan (dt5972) | a93828a | 2019-08-06 11:32:10 -0400 | [diff] [blame^] | 17 | <version>0.5.1-SNAPSHOT</version> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 18 | <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name> |
| 19 | <packaging>bundle</packaging> |
| 20 | <parent> |
| 21 | <groupId>org.onap.ccsdk.parent</groupId> |
| 22 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | a93828a | 2019-08-06 11:32:10 -0400 | [diff] [blame^] | 23 | <version>1.3.2</version> |
Timoney, Dan (dt5972) | 9560e60 | 2019-04-24 16:04:56 -0400 | [diff] [blame] | 24 | <relativePath/> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 25 | </parent> |
| 26 | <properties> |
| 27 | <maven.javadoc.skip>true</maven.javadoc.skip> |
| 28 | <checkstyle.skip>true</checkstyle.skip> |
| 29 | </properties> |
| 30 | <licenses> |
| 31 | <license> |
| 32 | <name>Apache License, Version 2.0</name> |
| 33 | <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 34 | </license> |
| 35 | </licenses> |
| 36 | <!-- <dependencyManagement> --> |
| 37 | <!-- <dependencies> --> |
| 38 | <!-- <dependency> --> |
| 39 | <!-- <groupId>org.opendaylight.controller</groupId> --> |
| 40 | <!-- <artifactId>mdsal-artifacts</artifactId> --> |
| 41 | <!-- <version>1.6.1</version> --> |
| 42 | <!-- <type>pom</type> --> |
| 43 | <!-- <scope>import</scope> --> |
| 44 | <!-- </dependency> --> |
| 45 | <!-- </dependencies> --> |
| 46 | <!-- </dependencyManagement> --> |
| 47 | |
| 48 | <dependencies> |
| 49 | <dependency> |
| 50 | <groupId>${project.groupId}</groupId> |
| 51 | <artifactId>sdnr-wt-websocketmanager2-model</artifactId> |
| 52 | <version>${project.version}</version> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>javax.servlet</groupId> |
| 56 | <artifactId>servlet-api</artifactId> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 60 | <artifactId>websocket-api</artifactId> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 64 | <artifactId>websocket-servlet</artifactId> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>io.netty</groupId> |
| 68 | <artifactId>netty-transport</artifactId> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>io.netty</groupId> |
| 72 | <artifactId>netty-all</artifactId> |
| 73 | <!-- <version>${netty.version}</version> --> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.json</groupId> |
| 77 | <artifactId>json</artifactId> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>com.typesafe.akka</groupId> |
| 81 | <artifactId>akka-actor_2.12</artifactId> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>com.typesafe.akka</groupId> |
| 85 | <artifactId>akka-cluster_2.12</artifactId> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>org.java-websocket</groupId> |
| 89 | <artifactId>Java-WebSocket</artifactId> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>org.mockito</groupId> |
| 93 | <artifactId>mockito-core</artifactId> |
| 94 | <!-- <version>2.23.4</version> --> |
| 95 | <scope>test</scope> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>org.opendaylight.controller</groupId> |
| 99 | <artifactId>sal-binding-api</artifactId> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.osgi</groupId> |
| 103 | <artifactId>org.osgi.core</artifactId> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.osgi</groupId> |
| 107 | <artifactId>org.osgi.compendium</artifactId> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.eclipse.jetty</groupId> |
| 111 | <artifactId>jetty-server</artifactId> |
| 112 | <scope>test</scope> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>org.eclipse.jetty</groupId> |
| 116 | <artifactId>jetty-servlet</artifactId> |
Herbert Eiselt | b4d7ca8 | 2019-02-28 17:43:35 +0100 | [diff] [blame] | 117 | <scope>test</scope> |
| 118 | </dependency> |
| 119 | <!-- <dependency> --> |
| 120 | <!-- <groupId>org.eclipse.jetty.websocket</groupId> --> |
| 121 | <!-- <artifactId>websocket-api</artifactId> --> |
| 122 | <!-- <version>9.3.24.v20180605</version> --> |
| 123 | <!-- </dependency> --> |
| 124 | <!-- To run websockets in embedded server --> |
| 125 | <!-- <dependency> --> |
| 126 | <!-- <groupId>org.eclipse.jetty.websocket</groupId> --> |
| 127 | <!-- <artifactId>websocket-server</artifactId> --> |
| 128 | <!-- <version>9.3.24.v20180605</version> --> |
| 129 | <!-- </dependency> --> |
| 130 | <!-- <dependency> --> |
| 131 | <!-- <groupId>org.eclipse.jetty.websocket</groupId> --> |
| 132 | <!-- <artifactId>websocket-server</artifactId> --> |
| 133 | <!-- <version>9.3.24.v20180605</version> --> |
| 134 | <!-- <scope>test</scope> --> |
| 135 | <!-- </dependency> --> |
| 136 | </dependencies> |
| 137 | <build> |
| 138 | <plugins> |
| 139 | <plugin> |
| 140 | <groupId>org.apache.maven.plugins</groupId> |
| 141 | <artifactId>maven-compiler-plugin</artifactId> |
| 142 | <configuration> |
| 143 | <source>1.8</source> |
| 144 | <target>1.8</target> |
| 145 | </configuration> |
| 146 | </plugin> |
| 147 | </plugins> |
| 148 | |
| 149 | </build> |
Herbert Eiselt | 316dbd6 | 2019-01-29 17:23:25 +0100 | [diff] [blame] | 150 | </project> |