Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 5 | <groupId>org.onap.so</groupId> |
Rob Daugherty | 2641935 | 2017-08-04 15:55:54 -0400 | [diff] [blame] | 6 | <artifactId>so</artifactId> |
Rob Daugherty | 325d4e2 | 2018-10-19 15:13:38 -0400 | [diff] [blame] | 7 | <version>1.4.0-SNAPSHOT</version> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 8 | </parent> |
| 9 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 10 | <artifactId>mso-api-handlers</artifactId> |
| 11 | <name>API Handler</name> |
| 12 | <description>API Handler for MSO</description> |
| 13 | <packaging>pom</packaging> |
| 14 | |
| 15 | <modules> |
| 16 | <module>mso-requests-db</module> |
Benjamin, Max (mb388a) | dfdb5a1 | 2018-09-10 09:28:05 -0400 | [diff] [blame] | 17 | <module>mso-requests-db-repositories</module> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 18 | <module>mso-api-handler-common</module> |
| 19 | <module>mso-api-handler-infra</module> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 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> |
Sindhu A | 97b6536 | 2018-03-22 05:09:02 +0000 | [diff] [blame] | 31 | <dependency> |
| 32 | <groupId>junit</groupId> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 33 | <artifactId>junit</artifactId> |
Sindhu A | 97b6536 | 2018-03-22 05:09:02 +0000 | [diff] [blame] | 34 | <scope>test</scope> |
| 35 | </dependency> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 36 | </dependencies> |
Rob Daugherty | 325d4e2 | 2018-10-19 15:13:38 -0400 | [diff] [blame] | 37 | </project> |