Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.onap.so</groupId> |
| 7 | <artifactId>so</artifactId> |
waqas.ikram | 9853763 | 2021-06-24 11:51:34 +0100 | [diff] [blame] | 8 | <version>1.9.0-SNAPSHOT</version> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 9 | </parent> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 10 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 11 | <artifactId>adapters</artifactId> |
| 12 | <name>MSO Adapters</name> |
| 13 | <description>Adapters for MSO</description> |
| 14 | <packaging>pom</packaging> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 15 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 16 | <modules> |
| 17 | <module>mso-adapter-utils</module> |
| 18 | <module>mso-adapters-rest-interface</module> |
| 19 | <module>mso-sdnc-adapter</module> |
| 20 | <module>mso-requests-db-adapter</module> |
| 21 | <module>mso-catalog-db-adapter</module> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 22 | <module>mso-openstack-adapters</module> |
Kuleshov, Elena | 833d219 | 2020-01-10 09:53:29 -0500 | [diff] [blame] | 23 | <module>so-appc-orchestrator</module> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 24 | </modules> |
| 25 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 26 | <dependencies> |
| 27 | <dependency> |
| 28 | <groupId>org.apache.httpcomponents</groupId> |
| 29 | <artifactId>httpclient</artifactId> |
| 30 | </dependency> |
| 31 | <dependency> |
| 32 | <groupId>org.apache.httpcomponents</groupId> |
| 33 | <artifactId>httpcore</artifactId> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.springframework.cloud</groupId> |
| 37 | <artifactId>spring-cloud-contract-wiremock</artifactId> |
| 38 | <version>1.2.4.RELEASE</version> |
| 39 | </dependency> |
Benjamin, Max | 4f774ee | 2020-04-28 15:13:12 -0400 | [diff] [blame] | 40 | <dependency> |
| 41 | <groupId>org.onap.so</groupId> |
| 42 | <artifactId>aai-client</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
Benjamin, Max | 9868f17 | 2020-05-18 16:37:51 -0400 | [diff] [blame] | 45 | <dependency> |
| 46 | <groupId>com.sun.xml.ws</groupId> |
| 47 | <artifactId>jaxws-ri</artifactId> |
| 48 | <version>2.3.0</version> |
| 49 | <type>pom</type> |
| 50 | </dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 51 | </dependencies> |
Rob Daugherty | 325d4e2 | 2018-10-19 15:13:38 -0400 | [diff] [blame] | 52 | </project> |