ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
Rob Daugherty | 8047b7c | 2017-08-01 11:56:58 -0400 | [diff] [blame] | 5 | <groupId>org.openecomp.so</groupId> |
Rob Daugherty | 2641935 | 2017-08-04 15:55:54 -0400 | [diff] [blame] | 6 | <artifactId>so</artifactId> |
ChrisC | 1ba1d19 | 2017-03-13 05:01:04 -0700 | [diff] [blame] | 7 | <version>1.1.0-SNAPSHOT</version> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 8 | </parent> |
| 9 | |
Rob Daugherty | 9de3ce0 | 2017-08-04 12:15:51 -0400 | [diff] [blame] | 10 | <groupId>org.openecomp.so</groupId> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 11 | <artifactId>mso-api-handlers</artifactId> |
| 12 | <name>API Handler</name> |
| 13 | <description>API Handler for MSO</description> |
| 14 | <packaging>pom</packaging> |
| 15 | |
| 16 | <modules> |
| 17 | <module>mso-requests-db</module> |
| 18 | <module>mso-api-handler-common</module> |
| 19 | <module>mso-api-handler-infra</module> |
| 20 | </modules> |
ChrisC | 1ba1d19 | 2017-03-13 05:01:04 -0700 | [diff] [blame] | 21 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 22 | <dependencies> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 23 | <dependency> |
| 24 | <groupId>org.apache.httpcomponents</groupId> |
| 25 | <artifactId>httpcore</artifactId> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>org.apache.httpcomponents</groupId> |
| 29 | <artifactId>httpclient</artifactId> |
| 30 | </dependency> |
| 31 | </dependencies> |
Rob Daugherty | 8047b7c | 2017-08-01 11:56:58 -0400 | [diff] [blame] | 32 | </project> |