aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess
diff options
context:
space:
mode:
authorMarcus Williams <marcus.williams@intel.com>2019-05-03 18:01:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-03 18:01:51 +0000
commit75ba5d258a64da22adb6b070199d4920118614ee (patch)
tree7090ba48108f80729351e5c10b6d409999d6134b /bpmn/so-bpmn-building-blocks/src/main/resources/subprocess
parent00b2538b48034dfb220a8ef179fb9627f93cb827 (diff)
parent873442ebfa2df6c610fa4e53d940c4493979ebb5 (diff)
Merge "Update oparent version"
Diffstat (limited to 'bpmn/so-bpmn-building-blocks/src/main/resources/subprocess')
0 files changed, 0 insertions, 0 deletions
============================================= 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========================================================= --> <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> <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> <version>1.6.0</version> </parent> <artifactId>PolicyEngineClient</artifactId> <dependencies> <dependency> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineAPI</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build> </project>