Skip to content

Commit 5aaecf3

Browse files
committed
Remove Derby startup
1 parent 5ab6e85 commit 5aaecf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/arquillian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- <property name="glassFishHome">target/${glassfish.home}</property> -->
2020
<property name="adminHost">localhost</property>
2121
<property name="adminPort">4848</property>
22-
<property name="enableDerby">${enableDerby:true}</property>
22+
<property name="enableDerby">false</property>
2323
<property name="outputToConsole">true</property>
2424
</configuration>
2525
</container>

0 commit comments

Comments
 (0)