aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-requests-db/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-03-14 02:07:32 -0400
committerRob Daugherty <rd472p@att.com>2018-03-14 04:08:41 -0400
commit38f720752af4d4aad8c4e467a288d9048659f688 (patch)
treee81066a8b5c77272e30fb57a64999573c4db4d86 /mso-api-handlers/mso-requests-db/pom.xml
parentaee3d223f92a6f250f43e17558a2dfd576ff7294 (diff)
AT&T 1712 and 1802 release code
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'mso-api-handlers/mso-requests-db/pom.xml')
-rw-r--r--mso-api-handlers/mso-requests-db/pom.xml26
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>