AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | 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> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 5 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 6 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 7 | <artifactId>onboarding-be</artifactId> |
| 8 | <name>onboarding-rest-war</name> |
| 9 | <packaging>war</packaging> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 10 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 11 | <parent> |
| 12 | <groupId>org.openecomp.sdc</groupId> |
| 13 | <artifactId>openecomp-sdc-rest-webapp</artifactId> |
vasraz | 0dea712 | 2020-10-26 12:53:23 +0000 | [diff] [blame^] | 14 | <version>1.7.2-SNAPSHOT</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 15 | </parent> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 16 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 17 | <dependencies> |
| 18 | <dependency> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 19 | <groupId>org.openecomp.sdc</groupId> |
| 20 | <artifactId>item-rest-services</artifactId> |
| 21 | <version>${project.version}</version> |
| 22 | </dependency> |
| 23 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 24 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 25 | <artifactId>vendor-license-rest-services</artifactId> |
| 26 | <version>${project.version}</version> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.openecomp.sdc</groupId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 30 | <artifactId>openecomp-sdc-notification-api</artifactId> |
| 31 | <version>${project.version}</version> |
| 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.openecomp.sdc</groupId> |
| 35 | <artifactId>openecomp-sdc-notification-core</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 36 | <version>${project.version}</version> |
| 37 | </dependency> |
Murali-P | 72d62fb | 2018-03-29 17:46:39 +0530 | [diff] [blame] | 38 | <dependency> |
| 39 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 40 | <artifactId>vnf-repository-rest-services</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 43 | <dependency> |
| 44 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 45 | <artifactId>vendor-software-products-rest-services</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 50 | <artifactId>validation-rest-services</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.openecomp.sdc</groupId> |
| 55 | <artifactId>healthcheck-rest-services</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 58 | <dependency> |
| 59 | <groupId>org.openecomp.sdc</groupId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 60 | <artifactId>conflict-rest-services</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.openecomp.sdc</groupId> |
| 65 | <artifactId>item-permissions-rest-services</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.openecomp.sdc</groupId> |
| 70 | <artifactId>notifications-rest-services</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.openecomp.sdc</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 75 | <artifactId>application-config-rest-services</artifactId> |
| 76 | <version>${project.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
vempo | 81ad9aa | 2018-01-09 14:25:08 +0200 | [diff] [blame] | 79 | <groupId>org.openecomp.sdc</groupId> |
| 80 | <artifactId>togglz-rest-services</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 84 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 85 | <artifactId>action-library-rest-services</artifactId> |
| 86 | <version>${project.version}</version> |
| 87 | </dependency> |
| 88 | <dependency> |
talig | 26855ad | 2018-04-12 10:45:02 +0300 | [diff] [blame] | 89 | <groupId>org.openecomp.sdc</groupId> |
| 90 | <artifactId>unique-type-rest-services</artifactId> |
| 91 | <version>${project.version}</version> |
| 92 | </dependency> |
| 93 | <dependency> |
Vodafone | 84a2098 | 2019-03-18 15:08:33 +0530 | [diff] [blame] | 94 | <groupId>org.openecomp.sdc.onboarding</groupId> |
| 95 | <artifactId>externaltesting-rest-services</artifactId> |
| 96 | <version>${project.version}</version> |
| 97 | </dependency> |
| 98 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 99 | <groupId>javax.servlet</groupId> |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 100 | <artifactId>javax.servlet-api</artifactId> |
| 101 | <version>${servlet-api.version}</version> |
| 102 | <scope>provided</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 103 | </dependency> |
| 104 | <!-- JSON --> |
| 105 | <dependency> |
amohamad | c16117e | 2020-07-19 22:17:57 -0400 | [diff] [blame] | 106 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 107 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 108 | <version>${jackson.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 109 | </dependency> |
| 110 | <dependency> |
amohamad | c16117e | 2020-07-19 22:17:57 -0400 | [diff] [blame] | 111 | <groupId>com.fasterxml.jackson.core</groupId> |
| 112 | <artifactId>jackson-databind</artifactId> |
| 113 | <version>${jackson.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>javax.inject</groupId> |
| 117 | <artifactId>javax.inject</artifactId> |
| 118 | <version>${javax.inject.version}</version> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>org.openecomp.sdc</groupId> |
| 122 | <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> |
| 123 | <version>${project.version}</version> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.eclipse.jetty</groupId> |
| 127 | <artifactId>jetty-servlets</artifactId> |
| 128 | <version>${jetty.servlets.version}</version> |
| 129 | </dependency> |
| 130 | <dependency> |
| 131 | <groupId>org.openecomp.sdc</groupId> |
| 132 | <artifactId>openecomp-sdc-application-config-manager</artifactId> |
| 133 | <version>${project.version}</version> |
| 134 | </dependency> |
| 135 | <dependency> |
| 136 | <groupId>org.codehaus.groovy</groupId> |
| 137 | <artifactId>groovy</artifactId> |
| 138 | <version>${groovy.version}</version> |
| 139 | </dependency> |
| 140 | <dependency> |
| 141 | <groupId>ch.qos.logback</groupId> |
| 142 | <artifactId>logback-classic</artifactId> |
| 143 | <version>${logback.version}</version> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>ch.qos.logback</groupId> |
| 147 | <artifactId>logback-core</artifactId> |
| 148 | <version>${logback.version}</version> |
| 149 | </dependency> |
| 150 | <dependency> |
| 151 | <groupId>org.codehaus.janino</groupId> |
| 152 | <artifactId>janino</artifactId> |
| 153 | <scope>compile</scope> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>org.springframework</groupId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 157 | <artifactId>spring-context</artifactId> |
| 158 | <version>${spring.framework.version}</version> |
| 159 | </dependency> |
| 160 | <dependency> |
| 161 | <groupId>org.springframework</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 162 | <artifactId>spring-core</artifactId> |
| 163 | <version>${spring.framework.version}</version> |
| 164 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 165 | <dependency> |
| 166 | <groupId>org.springframework</groupId> |
| 167 | <artifactId>spring-web</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 168 | <version>${spring.framework.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 169 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 170 | <dependency> |
| 171 | <groupId>org.springframework</groupId> |
| 172 | <artifactId>spring-aop</artifactId> |
| 173 | <version>${spring.framework.version}</version> |
| 174 | </dependency> |
| 175 | <dependency> |
| 176 | <groupId>org.springframework</groupId> |
| 177 | <artifactId>spring-webmvc</artifactId> |
| 178 | <version>${spring.framework.version}</version> |
| 179 | </dependency> |
| 180 | <dependency> |
| 181 | <groupId>org.aspectj</groupId> |
| 182 | <artifactId>aspectjweaver</artifactId> |
| 183 | <version>${aspectj.version}</version> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>org.aspectj</groupId> |
| 187 | <artifactId>aspectjrt</artifactId> |
| 188 | <version>${aspectj.version}</version> |
| 189 | </dependency> |
| 190 | <dependency> |
| 191 | <groupId>org.aspectj</groupId> |
| 192 | <artifactId>aspectjtools</artifactId> |
| 193 | <version>${aspectj.version}</version> |
| 194 | </dependency> |
sheetalm | 64ffbe2 | 2017-12-13 15:25:05 +0530 | [diff] [blame] | 195 | <dependency> |
| 196 | <groupId>org.togglz</groupId> |
| 197 | <artifactId>togglz-servlet</artifactId> |
| 198 | <version>${togglz.version}</version> |
| 199 | </dependency> |
Yuli Shlosberg | a4eeb11 | 2019-01-07 16:23:36 +0200 | [diff] [blame] | 200 | <dependency> |
| 201 | <groupId>org.openecomp.sdc</groupId> |
| 202 | <artifactId>openecomp-sdc-security-util</artifactId> |
| 203 | <version>${project.version}</version> |
| 204 | <scope>compile</scope> |
| 205 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 206 | </dependencies> |
| 207 | |
| 208 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 209 | <build> |
| 210 | <plugins> |
| 211 | <plugin> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 212 | <artifactId>maven-war-plugin</artifactId> |
| 213 | <version>${mvn.war.version}</version> |
| 214 | <configuration> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 215 | <webResources> |
| 216 | <resource> |
| 217 | <!-- this is relative to the pom.xml directory --> |
| 218 | <directory>${basedir}/target/generated/swagger-ui</directory> |
Avi Ziv | e6313a2 | 2017-12-11 11:56:18 +0200 | [diff] [blame] | 219 | <directory>${basedir}/target</directory> |
| 220 | <includes> |
| 221 | <include>docs/*.*</include> |
| 222 | </includes> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 223 | </resource> |
| 224 | </webResources> |
| 225 | </configuration> |
| 226 | </plugin> |
| 227 | <plugin> |
Avi Ziv | e6313a2 | 2017-12-11 11:56:18 +0200 | [diff] [blame] | 228 | <artifactId>maven-antrun-plugin</artifactId> |
| 229 | <executions> |
| 230 | <execution> |
| 231 | <id>generate-sources</id> |
| 232 | <phase>generate-sources</phase> |
| 233 | <configuration> |
| 234 | <tasks> |
| 235 | <property name="version" value="${project.version}"/> |
| 236 | <mkdir dir="target/docs"/> |
Avi Ziv | c175a0d | 2018-03-15 13:21:44 +0200 | [diff] [blame] | 237 | <echo file="target/docs/build-info.json">{"Version": "${project.version}"}</echo> |
Avi Ziv | e6313a2 | 2017-12-11 11:56:18 +0200 | [diff] [blame] | 238 | </tasks> |
| 239 | </configuration> |
| 240 | <goals> |
| 241 | <goal>run</goal> |
| 242 | </goals> |
| 243 | </execution> |
| 244 | </executions> |
| 245 | </plugin> |
| 246 | <plugin> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 247 | <groupId>io.swagger.core.v3</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 248 | <artifactId>swagger-maven-plugin</artifactId> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 249 | <version>2.0.8</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 250 | <configuration> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 251 | <outputPath>${project.build.directory}/generated/swagger-ui</outputPath> |
| 252 | <outputFileName>swagger</outputFileName> |
| 253 | <outputFormat>JSON</outputFormat> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 254 | </configuration> |
| 255 | <executions> |
| 256 | <execution> |
| 257 | <phase>compile</phase> |
| 258 | <goals> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 259 | <goal>resolve</goal> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 260 | </goals> |
| 261 | </execution> |
| 262 | </executions> |
| 263 | </plugin> |
| 264 | </plugins> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 265 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 266 | </build> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 267 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 268 | </project> |