Skip to content

Commit

Permalink
Resolves port conflict introduced in: https://jira.duraspace.org/brow…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 17, 2015
1 parent d715202 commit 2aa16b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -185,7 +185,7 @@
<fcrepo.dynamic.test.port>${fcrepo.dynamic.test.port}</fcrepo.dynamic.test.port>
<fcrepo.dynamic.stomp.port>${fcrepo.dynamic.stomp.port}</fcrepo.dynamic.stomp.port>
<fuseki.dynamic.mgt.port>${fuseki.dynamic.mgt.port}</fuseki.dynamic.mgt.port>
<fuseki.port>${fuseki.dynamic.test.port}</fuseki.port>
<fuseki.dynamic.test.port>${fuseki.dynamic.test.port}</fuseki.dynamic.test.port>
<integration-test>true</integration-test>
</systemPropertyVariables>
</configuration>
Expand Down Expand Up @@ -249,6 +249,7 @@
</artifactInstaller>
<systemProperties>
<fcrepo.dynamic.stomp.port>${fcrepo.dynamic.stomp.port}</fcrepo.dynamic.stomp.port>
<fuseki.dynamic.test.port>${fuseki.dynamic.test.port}</fuseki.dynamic.test.port>
</systemProperties>
</container>
</configuration>
Expand All @@ -271,6 +272,7 @@
<type>embedded</type>
<systemProperties>
<fcrepo.dynamic.stomp.port>${fcrepo.dynamic.stomp.port}</fcrepo.dynamic.stomp.port>
<fuseki.dynamic.test.port>${fuseki.dynamic.test.port}</fuseki.dynamic.test.port>
</systemProperties>
</container>
</configuration>
Expand Down

0 comments on commit 2aa16b4

Please sign in to comment.