Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 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> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 6 | <groupId>org.onap.so</groupId> |
Rob Daugherty | 2641935 | 2017-08-04 15:55:54 -0400 | [diff] [blame] | 7 | <artifactId>so</artifactId> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 8 | <version>1.3.0-SNAPSHOT</version> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 9 | </parent> |
| 10 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 11 | <artifactId>mso-catalog-db</artifactId> |
| 12 | <name>mso-catalog-db</name> |
| 13 | <description>MSO Catalog Database definition and Hibernate objects</description> |
| 14 | |
| 15 | <build> |
| 16 | <finalName>${project.artifactId}</finalName> |
| 17 | <plugins> |
| 18 | <plugin> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 19 | <groupId>org.apache.maven.plugins</groupId> |
| 20 | <artifactId>maven-jar-plugin</artifactId> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 21 | <executions> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 22 | <execution> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 23 | <phase>package</phase> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 24 | <goals> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 25 | <goal>jar</goal> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 26 | </goals> |
| 27 | <configuration> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 28 | <classifier>beans</classifier> |
| 29 | <includes> |
| 30 | <include>**/beans/*</include> |
| 31 | <include>**/macro/*</include> |
| 32 | <include>**/utils/*</include> |
| 33 | </includes> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 34 | </configuration> |
| 35 | </execution> |
| 36 | </executions> |
| 37 | </plugin> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 38 | </plugins> |
| 39 | <pluginManagement> |
| 40 | <plugins> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 41 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 42 | </plugins> |
| 43 | </pluginManagement> |
| 44 | </build> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 45 | <dependencies> |
| 46 | <dependency> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 47 | <groupId>uk.co.blackpepper.bowman</groupId> |
| 48 | <artifactId>bowman-client</artifactId> |
| 49 | <version>0.3.0</version> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 50 | </dependency> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 51 | <dependency> |
Arthur Martella | 22e015f | 2018-02-22 14:24:40 -0500 | [diff] [blame] | 52 | <groupId>org.onap.so</groupId> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 53 | <artifactId>common</artifactId> |
| 54 | <version>${project.version}</version> |
| 55 | </dependency> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 56 | <dependency> |
| 57 | <groupId>org.springframework.boot</groupId> |
| 58 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| 59 | <optional>true</optional> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.mariadb.jdbc</groupId> |
| 63 | <artifactId>mariadb-java-client</artifactId> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>com.openpojo</groupId> |
| 67 | <artifactId>openpojo</artifactId> |
| 68 | <version>0.8.6</version> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.springframework.boot</groupId> |
| 72 | <artifactId>spring-boot-starter-test</artifactId> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>ch.vorburger.mariaDB4j</groupId> |
| 77 | <artifactId>mariaDB4j</artifactId> |
| 78 | <version>2.2.3</version> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>org.springframework.boot</groupId> |
| 83 | <artifactId>spring-boot-starter-data-rest</artifactId> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.springframework.data</groupId> |
| 87 | <artifactId>spring-data-rest-hal-browser</artifactId> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.ow2.asm</groupId> |
| 91 | <artifactId>asm-xml</artifactId> |
| 92 | <version>6.1</version> |
| 93 | </dependency> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 94 | </dependencies> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 95 | </project> |