Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 0ec1aaf

Browse files
committed
H2 will be now installed in JBoss (for the graphic installer)
1 parent b2636f9 commit 0ec1aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/assemblies/assembly-repository.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<include>com.sun.portal.portletcontainer:*container</include>
1414
<include>postgresql:postgresql</include>
1515
<include>net.sourceforge.jtds:jtds</include>
16+
<include>com.h2database:h2</include>
1617
</includes>
1718
</dependencySet>
1819
<dependencySet>
@@ -22,6 +23,7 @@
2223
<exclude>com.sun.portal.portletcontainer:*container</exclude>
2324
<exclude>postgresql:postgresql</exclude>
2425
<exclude>net.sourceforge.jtds:jtds</exclude>
26+
<exclude>com.h2database:h2</exclude>
2527
<exclude>javax.mail:*</exclude>
2628
<exclude>*ejb-core:*</exclude>
2729
<exclude>*:*-ejb</exclude>

0 commit comments

Comments
 (0)