AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <artifactId>openecomp-sdc-activity-log-manager</artifactId> |
| 8 | |
| 9 | <parent> |
| 10 | <groupId>org.openecomp.sdc</groupId> |
| 11 | <artifactId>backend</artifactId> |
Michael Lando | 04a5bef | 2018-10-23 01:32:15 +0300 | [diff] [blame] | 12 | <version>1.3.1-SNAPSHOT</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 13 | </parent> |
| 14 | |
| 15 | <dependencies> |
| 16 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 17 | <groupId>org.openecomp.sdc.core</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 18 | <artifactId>openecomp-utilities-lib</artifactId> |
| 19 | <version>${project.version}</version> |
| 20 | </dependency> |
| 21 | |
| 22 | <dependency> |
| 23 | <groupId>org.openecomp.sdc</groupId> |
| 24 | <artifactId>openecomp-sdc-logging-api</artifactId> |
| 25 | <version>${project.version}</version> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>org.openecomp.sdc</groupId> |
| 29 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 30 | <version>${project.version}</version> |
vempo | acd7ec0 | 2018-01-28 14:39:56 +0200 | [diff] [blame] | 31 | <scope>runtime</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 32 | </dependency> |
| 33 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 34 | <groupId>org.openecomp.sdc.core</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 35 | <artifactId>openecomp-facade-core</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.openecomp.sdc</groupId> |
| 40 | <artifactId>openecomp-sdc-activity-log-api</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.openecomp.sdc</groupId> |
| 45 | <artifactId>openecomp-sdc-activity-log-core</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | <scope>runtime</scope> |
| 48 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 49 | </dependencies> |
| 50 | |
| 51 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 52 | </project> |