diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-14 09:22:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 09:22:15 +0000 |
commit | 09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch) | |
tree | 6625d3e9ac31600d86bf54a50e75dba61cc2c82a /mso-api-handlers/mso-requests-db/pom.xml | |
parent | a56de0e221751debd038aca5b6d20d8f9325d294 (diff) | |
parent | 38f720752af4d4aad8c4e467a288d9048659f688 (diff) |
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-requests-db/pom.xml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index b14c87a0d4..fb463fbef8 100644 --- a/mso-api-handlers/mso-requests-db/pom.xml +++ b/mso-api-handlers/mso-requests-db/pom.xml @@ -55,12 +55,6 @@ </exclusions> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>4.3.6.Final</version> @@ -107,12 +101,6 @@ <artifactId>common</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.jmockit</groupId> - <artifactId>jmockit</artifactId> - <version>1.19</version> - <scope>test</scope> - </dependency> </dependencies> <packaging>jar</packaging> <build> @@ -131,7 +119,17 @@ </goals> <configuration> <hibernateDialect>org.hibernate.dialect.MySQL5Dialect</hibernateDialect> - <hibernateMapping>${project.basedir}/src/main/resources/InfraActiveRequests.hbm.xml,${project.basedir}/src/main/resources/SiteStatus.hbm.xml</hibernateMapping> + <hibernateMapping> + ${project.basedir}/src/main/resources/InfraActiveRequests.hbm.xml, + ${project.basedir}/src/main/resources/OperationalEnvServiceModelStatus.hbm.xml, + ${project.basedir}/src/main/resources/OperationalEnvDistributionStatus.hbm.xml, + ${project.basedir}/src/main/resources/OperationStatus.hbm.xml, + ${project.basedir}/src/main/resources/SiteStatus.hbm.xml, + ${project.basedir}/src/main/resources/ResourceOperationStatus.hbm.xml, + ${project.basedir}/src/main/resources/WatchdogDistributionStatus.hbm.xml, + ${project.basedir}/src/main/resources/WatchdogComponentDistributionStatus.hbm.xml, + ${project.basedir}/src/main/resources/WatchdogServiceModVerIdLookup.hbm.xml + </hibernateMapping> <target>SCRIPT</target> <skip>false</skip> <force>true</force> @@ -205,4 +203,4 @@ </pluginManagement> </build> -</project>
\ No newline at end of file +</project> |