blob: 3ed6ab72f63ab4f517375f203f4d6b5475545f38 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?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">
ChrisC025301d2017-01-31 11:40:03 +01003 <modelVersion>4.0.0</modelVersion>
4 <parent>
Arthur Martella22e015f2018-02-22 14:24:40 -05005 <groupId>org.onap.so</groupId>
Rob Daugherty26419352017-08-04 15:55:54 -04006 <artifactId>so</artifactId>
Rob Daugherty325d4e22018-10-19 15:13:38 -04007 <version>1.4.0-SNAPSHOT</version>
ChrisC025301d2017-01-31 11:40:03 +01008 </parent>
9
ChrisC025301d2017-01-31 11:40:03 +010010 <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)dfdb5a12018-09-10 09:28:05 -040017 <module>mso-requests-db-repositories</module>
ChrisC025301d2017-01-31 11:40:03 +010018 <module>mso-api-handler-common</module>
19 <module>mso-api-handler-infra</module>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040020 </modules>
ChrisC1ba1d192017-03-13 05:01:04 -070021
ChrisC025301d2017-01-31 11:40:03 +010022 <dependencies>
ChrisC025301d2017-01-31 11:40:03 +010023 <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 A97b65362018-03-22 05:09:02 +000031 <dependency>
32 <groupId>junit</groupId>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040033 <artifactId>junit</artifactId>
Sindhu A97b65362018-03-22 05:09:02 +000034 <scope>test</scope>
35 </dependency>
ChrisC025301d2017-01-31 11:40:03 +010036 </dependencies>
Rob Daugherty325d4e22018-10-19 15:13:38 -040037</project>