Mercurial > lada > lada-server
comparison wildfly/hibernate-module.xml @ 748:75e87b7d37c0
Add dockerised setup for running the server.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 27 Oct 2015 18:38:54 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
747:214508fd95e7 | 748:75e87b7d37c0 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <!-- | |
4 ~ JBoss, Home of Professional Open Source. | |
5 ~ Copyright 2011, Red Hat, Inc., and individual contributors | |
6 ~ as indicated by the @author tags. See the copyright.txt file in the | |
7 ~ distribution for a full listing of individual contributors. | |
8 ~ | |
9 ~ This is free software; you can redistribute it and/or modify it | |
10 ~ under the terms of the GNU Lesser General Public License as | |
11 ~ published by the Free Software Foundation; either version 2.1 of | |
12 ~ the License, or (at your option) any later version. | |
13 ~ | |
14 ~ This software is distributed in the hope that it will be useful, | |
15 ~ but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
17 ~ Lesser General Public License for more details. | |
18 ~ | |
19 ~ You should have received a copy of the GNU Lesser General Public | |
20 ~ License along with this software; if not, write to the Free | |
21 ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | |
22 ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. | |
23 --> | |
24 | |
25 <!-- Represents the Hibernate 4.3.x module--> | |
26 <module xmlns="urn:jboss:module:1.3" name="org.hibernate"> | |
27 <resources> | |
28 <resource-root path="hibernate-core-4.3.7.Final.jar"/> | |
29 <resource-root path="hibernate-envers-4.3.7.Final.jar"/> | |
30 <resource-root path="hibernate-entitymanager-4.3.7.Final.jar"/> | |
31 <resource-root path="hibernate-infinispan-4.3.7.Final.jar"/> | |
32 <resource-root path="jipijapa-hibernate4-3-1.0.1.Final.jar"/> | |
33 <resource-root path="hibernate-spatial-4.3.jar"/> | |
34 <resource-root path="jts-1.11.jar"/> | |
35 </resources> | |
36 | |
37 <dependencies> | |
38 <module name="asm.asm"/> | |
39 <module name="com.fasterxml.classmate"/> | |
40 <module name="javax.api"/> | |
41 <module name="javax.annotation.api"/> | |
42 <module name="javax.enterprise.api"/> | |
43 <module name="javax.persistence.api"/> | |
44 <module name="javax.transaction.api"/> | |
45 <module name="javax.validation.api"/> | |
46 <module name="javax.xml.bind.api"/> | |
47 <module name="org.antlr"/> | |
48 <module name="org.apache.commons.collections"/> | |
49 <module name="org.dom4j"/> | |
50 <module name="org.infinispan" services="import"/> | |
51 <module name="org.javassist"/> | |
52 <module name="org.jboss.as.clustering.common"/> | |
53 <module name="org.jboss.as.clustering.jgroups"/> | |
54 <module name="org.jboss.as.clustering.infinispan"/> | |
55 <module name="org.jboss.as.jpa.spi"/> | |
56 <module name="org.jboss.jandex"/> | |
57 <module name="org.jboss.logging"/> | |
58 <module name="org.jboss.vfs"/> | |
59 <module name="org.hibernate.commons-annotations"/> | |
60 <module name="org.postgres"/> | |
61 </dependencies> | |
62 </module> |