Skip to content

Commit

Permalink
Use test persistence.xml in DatabaseDDLTest
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jul 20, 2017
1 parent 71fbcce commit 9454d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/functional-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<dependency>
<groupId>org.zanata</groupId>
<artifactId>zanata-war</artifactId>
<artifactId>services</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down
1 change: 1 addition & 0 deletions server/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@

<configuration>
<sourceJar>true</sourceJar>
<testJar>true</testJar>

<!-- Recompile all sources if any source is recompiled! Hurts
incremental build performance.
Expand Down

0 comments on commit 9454d44

Please sign in to comment.