diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-15 13:41:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-15 13:41:34 +0000 |
commit | ac5e2dc8f1ee4d5549f7260374e8164d52b07f55 (patch) | |
tree | 34578d7dd2ef5efd7775989d43d66b3cd43f19b6 /sdnr/wt/websocketmanager/installer | |
parent | 2544e565c0a46cefca89d039c0f887b278e48e3b (diff) | |
parent | 1d3188094a7c88a79425fd80ab24375346940486 (diff) |
Merge "websocketmanager now listens on a custom jetty port"
Diffstat (limited to 'sdnr/wt/websocketmanager/installer')
-rwxr-xr-x | sdnr/wt/websocketmanager/installer/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/websocketmanager/installer/pom.xml b/sdnr/wt/websocketmanager/installer/pom.xml index 09af75374..175a47225 100755 --- a/sdnr/wt/websocketmanager/installer/pom.xml +++ b/sdnr/wt/websocketmanager/installer/pom.xml @@ -22,6 +22,7 @@ ~ ============LICENSE_END======================================================= ~ --> + <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"> <modelVersion>4.0.0</modelVersion> |