Timoney, Dan (dt5972) | fe8d3bc | 2019-01-18 16:51:25 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>org.onap.sdnc.oam</groupId> |
| 5 | <artifactId>SdncReportsDao</artifactId> |
Dan Timoney | e0585c0 | 2020-06-08 09:28:23 -0400 | [diff] [blame^] | 6 | <version>1.8.4-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 7 | <packaging>jar</packaging> |
| 8 | |
| 9 | <name>sdnc-oam :: SdncReports :: SdncReportsDao</name> |
| 10 | |
| 11 | <parent> |
| 12 | <groupId>org.onap.sdnc.oam</groupId> |
| 13 | <artifactId>SdncReports</artifactId> |
Dan Timoney | e0585c0 | 2020-06-08 09:28:23 -0400 | [diff] [blame^] | 14 | <version>1.8.4-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 15 | </parent> |
| 16 | |
| 17 | <dependencies> |
| 18 | <dependency> |
| 19 | <groupId>org.springframework</groupId> |
| 20 | <artifactId>spring-context</artifactId> |
| 21 | </dependency> |
| 22 | |
| 23 | <dependency> |
| 24 | <groupId>org.springframework.boot</groupId> |
| 25 | <artifactId>spring-boot-starter-test</artifactId> |
| 26 | <scope>test</scope> |
| 27 | <version>1.5.3.RELEASE</version> |
| 28 | </dependency> |
| 29 | |
Soumendu Sekhar Acharya | 929c1f1 | 2018-08-01 17:21:15 +0530 | [diff] [blame] | 30 | <dependency> |
| 31 | <groupId>org.springframework.boot</groupId> |
| 32 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| 33 | <exclusions> |
| 34 | <exclusion> |
| 35 | <groupId>org.hibernate</groupId> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 36 | <artifactId>hibernate-entitymanager</artifactId> |
Soumendu Sekhar Acharya | 929c1f1 | 2018-08-01 17:21:15 +0530 | [diff] [blame] | 37 | </exclusion> |
| 38 | </exclusions> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 39 | |
Soumendu Sekhar Acharya | 929c1f1 | 2018-08-01 17:21:15 +0530 | [diff] [blame] | 40 | </dependency> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 41 | |
Soumendu Sekhar Acharya | 929c1f1 | 2018-08-01 17:21:15 +0530 | [diff] [blame] | 42 | |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 43 | <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> |
| 44 | <scope>provided</scope> </dependency> --> |
Soumendu Sekhar Acharya | 929c1f1 | 2018-08-01 17:21:15 +0530 | [diff] [blame] | 45 | |
| 46 | <dependency> |
| 47 | <groupId>com.fasterxml.jackson.core</groupId> |
| 48 | <artifactId>jackson-annotations</artifactId> |
| 49 | </dependency> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 50 | |
| 51 | <!-- <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> |
| 52 | <version>1.0.1.Final</version> </dependency> --> |
| 53 | <dependency> |
| 54 | <groupId>org.mariadb.jdbc</groupId> |
| 55 | <artifactId>mariadb-java-client</artifactId> |
| 56 | <version>1.1.7</version> |
| 57 | </dependency> |
| 58 | </dependencies> |
| 59 | </project> |