summaryrefslogtreecommitdiffstats
path: root/ONAP-REST/pom.xml
blob: 2776c89b5f0ec9e8136f8aa5af1d62437368de2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============LICENSE_START=======================================================
  ONAP Policy Engine
  ================================================================================
  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  ============LICENSE_END=========================================================
  -->
<!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ 
	Apache Ivy version: 2.0.0-beta1 20071206070608 -->
<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.onap.policy.engine</groupId>
		<artifactId>PolicyEngineSuite</artifactId>
		<version>1.2.2-SNAPSHOT</version>
	</parent>
	<artifactId>ONAP-REST</artifactId>
	<description>ONAP REST</description>
	<packaging>jar</packaging>
	<dependencies>
	    <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
		<dependency>
		    <groupId>org.yaml</groupId>
		    <artifactId>snakeyaml</artifactId>
		    <version>1.16</version>
		</dependency>
		<dependency>
			<groupId>com.h2database</groupId>
			<artifactId>h2</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.onap.policy.engine</groupId>
			<version>${project.version}</version>
			<artifactId>ONAP-XACML</artifactId>
		</dependency>
		<dependency>
			<groupId>org.onap.policy.engine</groupId>
			<artifactId>PolicyEngineAPI</artifactId>
			<version>${project.version}</version>
			<exclusions>
				<exclusion>
					<groupId>org.glassfish.tyrus</groupId>
					<artifactId>tyrus-client</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.glassfish.tyrus</groupId>
					<artifactId>tyrus-container-grizzly-client</artifactId>
				</exclusion>
				<exclusion>
					<groupId>javax.persistence</groupId>
					<artifactId>persistence-api</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.att.aft</groupId>
					<artifactId>dme2</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>javax.servlet-api</artifactId>
			<version>3.1.0</version>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.1.3</version>
			<exclusions>
				<exclusion>
					<groupId>javax.servlet</groupId>
					<artifactId>servlet-api</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
			<version>14.0.1</version>
		</dependency>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.8.0</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.emf</groupId>
			<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
			<version>2.11.0-v20150123-0347</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.emf</groupId>
			<artifactId>org.eclipse.emf.ecore</artifactId>
			<version>2.11.0-v20150123-0347</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.emf</groupId>
			<artifactId>org.eclipse.emf.common</artifactId>
			<version>2.11.0-v20150123-0347</version>
		</dependency>
		<dependency>
			<groupId>org.json</groupId>
			<artifactId>json</artifactId>
			<version>[20090211,)</version>
		</dependency>
		<!-- Spring -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webmvc</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-tx</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context-support</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-orm</artifactId>
			<version>${springframework.version}</version>
		</dependency>
		<!-- Hibernate -->
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-core</artifactId>
			<version>${hibernate.version}</version>
		</dependency>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-validator</artifactId>
			<version>5.4.2.Final</version>
		</dependency>
		<dependency>
			<groupId>org.apache.tomcat</groupId>
			<artifactId>tomcat-dbcp</artifactId>
			<version>8.5.9</version>
		</dependency>		
	</dependencies>
	<properties>
		<springframework.version>4.3.15.RELEASE</springframework.version>
		<hibernate.version>4.3.10.Final</hibernate.version>
	</properties>
</project>
r l-Scalar-Plain">string port_BE_port_network: type: list required: true entry_schema: type: string port_BE_port_ip_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.IpRequirements port_BE_port_network_role_tag: type: string required: true vm_image_name: type: string required: true compute_BE_1c1_name: type: list required: true entry_schema: type: string port_BE_port_replacement_policy: type: list required: true entry_schema: type: string node_templates: BE_1c1_BE_port: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: exCP_naming: get_input: port_BE_port_exCP_naming replacement_policy: get_input: - port_BE_port_replacement_policy - index_value vlan_requirements: get_input: port_BE_port_vlan_requirements ip_requirements: get_input: port_BE_port_ip_requirements network_role_tag: get_input: port_BE_port_network_role_tag mac_requirements: get_input: port_BE_port_mac_requirements order: get_input: port_BE_port_order network_role: get_input: port_BE_port_network_role subnetpoolid: get_input: port_BE_port_subnetpoolid fixed_ips: get_input: - port_BE_port_fixed_ips - index_value network: get_input: - port_BE_port_network - index_value requirements: - binding: capability: tosca.capabilities.network.Bindable node: BE_1c1 relationship: tosca.relationships.network.BindsTo BE_1c1: type: org.openecomp.resource.vfc.compute.nodes.heat.BE_1c1 properties: availability_zone: get_input: - compute_BE_1c1_availability_zone - index_value flavor: get_input: vm_flavor_name image: get_input: vm_image_name name: get_input: - compute_BE_1c1_name - index_value outputs: BE_1c1_accessIPv4: type: string value: get_attribute: - BE_1c1 - accessIPv4 substitution_mappings: node_type: org.openecomp.resource.abstract.nodes.BE_1c1 capabilities: disk.ephemeral.size_BE_1c1: - BE_1c1 - disk.ephemeral.size disk.device.write.bytes_BE_1c1: - BE_1c1 - disk.device.write.bytes os_BE_1c1: - BE_1c1 - os endpoint_BE_1c1: - BE_1c1 - endpoint network.outpoing.packets_BE_1c1_BE_port: - BE_1c1_BE_port - network.outpoing.packets disk.device.write.requests_BE_1c1: - BE_1c1 - disk.device.write.requests disk.device.write.bytes.rate_BE_1c1: - BE_1c1 - disk.device.write.bytes.rate vcpus_BE_1c1: - BE_1c1 - vcpus network.incoming.packets.rate_BE_1c1_BE_port: - BE_1c1_BE_port - network.incoming.packets.rate attachment_BE_1c1_BE_port: - BE_1c1_BE_port - attachment network.incoming.bytes_BE_1c1_BE_port: - BE_1c1_BE_port - network.incoming.bytes disk.capacity_BE_1c1: - BE_1c1 - disk.capacity disk.read.bytes_BE_1c1: - BE_1c1 - disk.read.bytes host_BE_1c1: - BE_1c1 - host disk.usage_BE_1c1: - BE_1c1 - disk.usage disk.write.bytes_BE_1c1: - BE_1c1 - disk.write.bytes network.outgoing.packets.rate_BE_1c1_BE_port: - BE_1c1_BE_port - network.outgoing.packets.rate binding_BE_1c1_BE_port: - BE_1c1_BE_port - binding disk.device.usage_BE_1c1: - BE_1c1 - disk.device.usage disk.device.read.requests.rate_BE_1c1: - BE_1c1 - disk.device.read.requests.rate network.outgoing.bytes.rate_BE_1c1_BE_port: - BE_1c1_BE_port - network.outgoing.bytes.rate scalable_BE_1c1: - BE_1c1 - scalable disk.read.requests_BE_1c1: - BE_1c1 - disk.read.requests memory_BE_1c1: - BE_1c1 - memory disk.iops_BE_1c1: - BE_1c1 - disk.iops memory.usage_BE_1c1: - BE_1c1 - memory.usage network.incoming.packets_BE_1c1_BE_port: - BE_1c1_BE_port - network.incoming.packets forwarder_BE_1c1_BE_port: - BE_1c1_BE_port - forwarder disk.device.latency_BE_1c1: - BE_1c1 - disk.device.latency disk.device.read.requests_BE_1c1: - BE_1c1 - disk.device.read.requests memory.resident_BE_1c1: - BE_1c1 - memory.resident disk.allocation_BE_1c1: - BE_1c1 - disk.allocation disk.device.allocation_BE_1c1: - BE_1c1 - disk.device.allocation disk.device.write.requests.rate_BE_1c1: - BE_1c1 - disk.device.write.requests.rate instance_BE_1c1: - BE_1c1 - instance disk.read.bytes.rate_BE_1c1: - BE_1c1 - disk.read.bytes.rate disk.device.iops_BE_1c1: - BE_1c1 - disk.device.iops disk.root.size_BE_1c1: - BE_1c1 - disk.root.size network.incoming.bytes.rate_BE_1c1_BE_port: - BE_1c1_BE_port - network.incoming.bytes.rate cpu_BE_1c1: - BE_1c1 - cpu cpu.delta_BE_1c1: - BE_1c1 - cpu.delta disk.write.requests.rate_BE_1c1: - BE_1c1 - disk.write.requests.rate binding_BE_1c1: - BE_1c1 - binding feature_BE_1c1: - BE_1c1 - feature disk.write.bytes.rate_BE_1c1: - BE_1c1 - disk.write.bytes.rate disk.write.requests_BE_1c1: - BE_1c1 - disk.write.requests disk.device.read.bytes_BE_1c1: - BE_1c1 - disk.device.read.bytes feature_BE_1c1_BE_port: - BE_1c1_BE_port - feature disk.device.read.bytes.rate_BE_1c1: - BE_1c1 - disk.device.read.bytes.rate disk.device.capacity_BE_1c1: - BE_1c1 - disk.device.capacity network.outgoing.bytes_BE_1c1_BE_port: - BE_1c1_BE_port - network.outgoing.bytes disk.latency_BE_1c1: - BE_1c1 - disk.latency cpu_util_BE_1c1: - BE_1c1 - cpu_util requirements: link_BE_1c1_BE_port: - BE_1c1_BE_port - link local_storage_BE_1c1: - BE_1c1 - local_storage dependency_BE_1c1_BE_port: - BE_1c1_BE_port - dependency dependency_BE_1c1: - BE_1c1 - dependency