Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [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 | |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <groupId>org.openecomp.sdc.be</groupId> |
| 7 | <artifactId>catalog-model</artifactId> |
| 8 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 9 | <parent> |
| 10 | <groupId>org.openecomp.sdc</groupId> |
| 11 | <artifactId>sdc-main</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 12 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 13 | </parent> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 14 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 15 | <dependencies> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 16 | <!-- Common of SDC --> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 17 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 18 | <groupId>org.openecomp.sdc</groupId> |
| 19 | <artifactId>common-app-api</artifactId> |
| 20 | <version>${project.version}</version> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 21 | <scope>provided</scope> |
| 22 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 23 | |
Michael Lando | 0de99c2 | 2017-02-28 10:54:57 +0200 | [diff] [blame] | 24 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 25 | <groupId>org.openecomp.sdc.be</groupId> |
| 26 | <artifactId>common-be</artifactId> |
| 27 | <version>${project.version}</version> |
Michael Lando | 0de99c2 | 2017-02-28 10:54:57 +0200 | [diff] [blame] | 28 | <scope>provided</scope> |
| 29 | </dependency> |
| 30 | |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 31 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 32 | <groupId>ch.qos.logback</groupId> |
| 33 | <artifactId>logback-classic</artifactId> |
| 34 | <version>${logback.version}</version> |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 35 | <scope>provided</scope> |
| 36 | </dependency> |
| 37 | |
| 38 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 39 | <groupId>ch.qos.logback</groupId> |
| 40 | <artifactId>logback-core</artifactId> |
| 41 | <version>${logback.version}</version> |
| 42 | <scope>provided</scope> |
| 43 | </dependency> |
| 44 | |
| 45 | <!-- catalog dao --> |
| 46 | <dependency> |
| 47 | <groupId>org.openecomp.sdc.be</groupId> |
| 48 | <artifactId>catalog-dao</artifactId> |
| 49 | <version>${project.version}</version> |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 50 | <scope>provided</scope> |
| 51 | </dependency> |
| 52 | |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 53 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 54 | <groupId>com.google.guava</groupId> |
| 55 | <artifactId>guava</artifactId> |
| 56 | <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ --> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 57 | <scope>provided</scope> |
| 58 | </dependency> |
| 59 | |
| 60 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 61 | <groupId>org.functionaljava</groupId> |
| 62 | <artifactId>functionaljava</artifactId> |
| 63 | <version>${functionaljava.version}</version> |
| 64 | <scope>provided</scope> |
| 65 | </dependency> |
| 66 | |
| 67 | <!-- spring --> |
| 68 | <dependency> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 69 | <groupId>org.springframework</groupId> |
| 70 | <artifactId>spring-beans</artifactId> |
| 71 | <version>${spring.version}</version> |
| 72 | <scope>provided</scope> |
| 73 | </dependency> |
| 74 | |
| 75 | <dependency> |
| 76 | <groupId>org.springframework</groupId> |
| 77 | <artifactId>spring-context</artifactId> |
| 78 | <version>${spring.version}</version> |
| 79 | <scope>provided</scope> |
| 80 | </dependency> |
| 81 | |
| 82 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 83 | <groupId>javax.validation</groupId> |
| 84 | <artifactId>validation-api</artifactId> |
| 85 | <version>1.1.0.Final</version> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 86 | </dependency> |
| 87 | |
| 88 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 89 | <groupId>org.hibernate</groupId> |
| 90 | <artifactId>hibernate-validator</artifactId> |
| 91 | <version>5.0.1.Final</version> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 92 | </dependency> |
| 93 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 94 | <!-- Gson --> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 95 | <dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 96 | <groupId>com.google.code.gson</groupId> |
| 97 | <artifactId>gson</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 98 | <version>${gson.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 99 | <scope>provided</scope> |
| 100 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 101 | |
| 102 | <!-- TITAN --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 103 | <dependency> |
| 104 | <groupId>com.thinkaurelius.titan</groupId> |
| 105 | <artifactId>titan-core</artifactId> |
| 106 | <version>${titan.version}</version> |
| 107 | <scope>provided</scope> |
| 108 | <exclusions> |
| 109 | <exclusion> |
| 110 | <groupId>org.json</groupId> |
| 111 | <artifactId>json</artifactId> |
| 112 | </exclusion> |
| 113 | <exclusion> |
| 114 | <artifactId>slf4j-log4j12</artifactId> |
| 115 | <groupId>org.slf4j</groupId> |
| 116 | </exclusion> |
| 117 | </exclusions> |
| 118 | </dependency> |
| 119 | |
| 120 | <dependency> |
Idan Amit | 39987c8 | 2017-09-13 13:51:41 +0300 | [diff] [blame] | 121 | <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId> |
| 122 | <artifactId>sdc-titan-cassandra</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 123 | <version>${titan.version}</version> |
| 124 | <scope>provided</scope> |
| 125 | <exclusions> |
| 126 | <exclusion> |
| 127 | <artifactId>slf4j-log4j12</artifactId> |
| 128 | <groupId>org.slf4j</groupId> |
| 129 | </exclusion> |
| 130 | </exclusions> |
| 131 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 132 | <!-- TITAN END --> |
| 133 | |
| 134 | <dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 135 | <groupId>org.apache.commons</groupId> |
| 136 | <artifactId>commons-lang3</artifactId> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 137 | <version>${lang3.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 138 | <scope>provided</scope> |
| 139 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 140 | |
| 141 | <!-- http client --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 142 | <dependency> |
| 143 | <groupId>org.apache.httpcomponents</groupId> |
| 144 | <artifactId>httpclient</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 145 | <version>${httpclient.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 146 | <scope>provided</scope> |
| 147 | </dependency> |
| 148 | |
| 149 | <dependency> |
| 150 | <groupId>org.apache.httpcomponents</groupId> |
| 151 | <artifactId>httpcore</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 152 | <version>${httpcore.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 153 | <scope>provided</scope> |
| 154 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 155 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 156 | <!-- CASSANDRA --> |
| 157 | <dependency> |
| 158 | <groupId>com.datastax.cassandra</groupId> |
| 159 | <artifactId>cassandra-driver-core</artifactId> |
| 160 | <version>${cassandra.driver.version}</version> |
| 161 | <scope>provided</scope> |
| 162 | </dependency> |
| 163 | <dependency> |
| 164 | <groupId>com.datastax.cassandra</groupId> |
| 165 | <artifactId>cassandra-driver-mapping</artifactId> |
| 166 | <version>${cassandra.driver.version}</version> |
| 167 | <scope>provided</scope> |
| 168 | </dependency> |
| 169 | <!-- CASSANDRA END --> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 170 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 171 | <dependency> |
| 172 | <groupId>junit</groupId> |
| 173 | <artifactId>junit</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 174 | <version>${junit.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 175 | <scope>test</scope> |
| 176 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 177 | |
| 178 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 179 | <groupId>org.mockito</groupId> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 180 | <artifactId>mockito-core</artifactId> |
Michael Lando | ce868e6 | 2017-12-25 20:07:37 +0200 | [diff] [blame] | 181 | <version>${mockito.version}</version> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 182 | <scope>test</scope> |
| 183 | </dependency> |
| 184 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 185 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 186 | <groupId>org.springframework</groupId> |
| 187 | <artifactId>spring-test</artifactId> |
| 188 | <version>${spring.version}</version> |
| 189 | <scope>test</scope> |
| 190 | </dependency> |
| 191 | |
| 192 | <dependency> |
| 193 | <groupId>org.aspectj</groupId> |
| 194 | <artifactId>aspectjrt</artifactId> |
| 195 | <version>${aspectj.version}</version> |
| 196 | <scope>test</scope> |
| 197 | </dependency> |
| 198 | |
| 199 | <dependency> |
| 200 | <groupId>org.aspectj</groupId> |
| 201 | <artifactId>aspectjweaver</artifactId> |
| 202 | <version>${aspectj.version}</version> |
| 203 | <scope>test</scope> |
| 204 | </dependency> |
| 205 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 206 | <dependency> |
| 207 | <groupId>org.springframework</groupId> |
| 208 | <artifactId>spring-web</artifactId> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 209 | <version>${spring.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 210 | <scope>test</scope> |
| 211 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 212 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 213 | <dependency> |
| 214 | <groupId>org.springframework</groupId> |
| 215 | <artifactId>spring-tx</artifactId> |
| 216 | <scope>test</scope> |
| 217 | <version>4.0.7.RELEASE</version> |
| 218 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 219 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 220 | <dependency> |
| 221 | <groupId>org.apache.commons</groupId> |
| 222 | <artifactId>commons-jci-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 223 | <version>${commons-jci-core.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 224 | <scope>test</scope> |
| 225 | </dependency> |
Michael Lando | 75aacbb | 2017-07-17 21:12:03 +0300 | [diff] [blame] | 226 | <dependency> |
| 227 | <groupId>org.powermock</groupId> |
| 228 | <artifactId>powermock-module-junit4</artifactId> |
| 229 | <version>1.7.0RC4</version> |
| 230 | <scope>test</scope> |
| 231 | </dependency> |
| 232 | <dependency> |
| 233 | <groupId>org.powermock</groupId> |
| 234 | <artifactId>powermock-api-mockito-common</artifactId> |
| 235 | <version>1.6.5</version> |
| 236 | <scope>test</scope> |
| 237 | </dependency> |
| 238 | </dependencies> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 239 | <build> |
| 240 | <plugins> |
| 241 | <plugin> |
| 242 | <groupId>org.apache.maven.plugins</groupId> |
| 243 | <artifactId>maven-deploy-plugin</artifactId> |
| 244 | <version>2.7</version> |
| 245 | <configuration> |
| 246 | <skip>true</skip> |
| 247 | </configuration> |
| 248 | </plugin> |
| 249 | </plugins> |
| 250 | </build> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 251 | </project> |