Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [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> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 5 | <groupId>org.onap.so</groupId> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 6 | <artifactId>so</artifactId> |
Jessica Wagantall | 777f637 | 2017-11-20 11:10:28 -0800 | [diff] [blame] | 7 | <version>1.2.0-SNAPSHOT</version> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 8 | </parent> |
| 9 | |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 10 | <artifactId>asdc-controller</artifactId> |
| 11 | <name>asdc-controller</name> |
| 12 | <description>ASDC CLient and Controller</description> |
| 13 | <packaging>war</packaging> |
| 14 | |
| 15 | <build> |
| 16 | <finalName>${project.artifactId}-${project.version}</finalName> |
| 17 | <plugins> |
| 18 | <plugin> |
| 19 | <artifactId>maven-war-plugin</artifactId> |
| 20 | <version>2.4</version> |
| 21 | <configuration> |
| 22 | <warSourceDirectory>WebContent</warSourceDirectory> |
| 23 | <failOnMissingWebXml>false</failOnMissingWebXml> |
| 24 | <attachClasses>true</attachClasses> |
| 25 | </configuration> |
| 26 | </plugin> |
| 27 | </plugins> |
| 28 | </build> |
| 29 | |
| 30 | <dependencies> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 31 | <dependency> |
| 32 | <groupId>org.mockito</groupId> |
| 33 | <artifactId>mockito-all</artifactId> |
| 34 | <version>1.10.19</version> |
| 35 | <scope>test</scope> |
| 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>org.jmockit</groupId> |
| 39 | <artifactId>jmockit</artifactId> |
| 40 | <version>1.8</version> |
| 41 | <scope>test</scope> |
| 42 | </dependency> |
| 43 | <dependency> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 44 | <groupId>org.onap.so</groupId> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 45 | <artifactId>mso-catalog-db</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | </dependency> |
| 48 | |
| 49 | <dependency> |
| 50 | <groupId>org.jboss.spec.javax.ejb</groupId> |
| 51 | <artifactId>jboss-ejb-api_3.2_spec</artifactId> |
| 52 | <version>1.0.0.Final</version> |
| 53 | <scope>provided</scope> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.jboss.ejb3</groupId> |
| 57 | <artifactId>jboss-ejb3-ext-api</artifactId> |
| 58 | <version>2.2.0.Final</version> |
| 59 | <scope>provided</scope> |
| 60 | </dependency> |
| 61 | |
| 62 | <dependency> |
| 63 | <groupId>javax.servlet</groupId> |
| 64 | <artifactId>javax.servlet-api</artifactId> |
| 65 | <version>3.1.0</version> |
| 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | |
| 69 | <!-- <dependency> |
| 70 | <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> |
| 71 | <artifactId>sdc-distribution-client</artifactId> |
| 72 | <version>1.1.16</version> |
| 73 | <exclusions> |
| 74 | <exclusion> |
| 75 | <groupId>org.slf4j</groupId> |
| 76 | <artifactId>slf4j-log4j12</artifactId> |
| 77 | </exclusion> |
| 78 | </exclusions> |
| 79 | </dependency> --> |
| 80 | |
| 81 | <dependency> |
| 82 | <groupId>org.apache.httpcomponents</groupId> |
| 83 | <artifactId>httpclient</artifactId> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 84 | <scope>compile</scope> |
| 85 | <exclusions> |
| 86 | <exclusion> |
| 87 | <groupId>org.apache.httpcomponents</groupId> |
| 88 | <artifactId>httpclient</artifactId> |
| 89 | </exclusion> |
| 90 | </exclusions> |
| 91 | </dependency> |
| 92 | |
| 93 | <dependency> |
| 94 | <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> |
| 95 | <artifactId>sdc-distribution-client</artifactId> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 96 | <version>1.2.2</version> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 97 | <exclusions> |
| 98 | <exclusion> |
| 99 | <groupId>org.slf4j</groupId> |
| 100 | <artifactId>slf4j-log4j12</artifactId> |
| 101 | </exclusion> |
| 102 | </exclusions> |
| 103 | </dependency> |
| 104 | |
| 105 | |
| 106 | <dependency> |
| 107 | <groupId>org.openecomp.sdc.sdc-tosca</groupId> |
| 108 | <artifactId>sdc-tosca</artifactId> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 109 | <version>1.2.3</version> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 110 | </dependency> |
| 111 | |
| 112 | |
| 113 | <dependency> |
| 114 | <groupId>org.apache.httpcomponents</groupId> |
| 115 | <artifactId>httpmime</artifactId> |
| 116 | <version>4.5</version> |
| 117 | </dependency> |
| 118 | |
| 119 | <dependency> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 120 | <groupId>org.onap.so</groupId> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 121 | <artifactId>common</artifactId> |
| 122 | <version>${project.version}</version> |
| 123 | </dependency> |
| 124 | |
| 125 | <dependency> |
| 126 | <groupId>org.yaml</groupId> |
| 127 | <artifactId>snakeyaml</artifactId> |
| 128 | <version>1.15</version> |
| 129 | </dependency> |
| 130 | |
| 131 | <dependency> |
| 132 | <groupId>javax</groupId> |
| 133 | <artifactId>javaee-web-api</artifactId> |
| 134 | <version>6.0</version> |
| 135 | <scope>provided</scope> |
| 136 | </dependency> |
| 137 | <dependency> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 138 | <groupId>org.onap.so</groupId> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 139 | <artifactId>status-control</artifactId> |
| 140 | <version>${project.version}</version> |
| 141 | </dependency> |
| 142 | <dependency> |
| 143 | <groupId>commons-io</groupId> |
| 144 | <artifactId>commons-io</artifactId> |
| 145 | </dependency> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 146 | <dependency> |
| 147 | <groupId>org.onap.so</groupId> |
| 148 | <artifactId>mso-requests-db</artifactId> |
| 149 | <version>${project.version}</version> |
| 150 | </dependency> |
Seshu-Kumar-M | cce429a | 2017-10-06 20:31:35 +0800 | [diff] [blame] | 151 | </dependencies> |
| 152 | |
| 153 | </project> |