]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
f6d4c8f1ea343d1471f3e24a0358bc3a35cade27
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.server</groupId>
5 <artifactId>runtime</artifactId>
6 <version>1.1.5-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.hibernate</artifactId>
10 <name>Commons Server Hibernate</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-compiler-plugin</artifactId>
16 </plugin>
17 <plugin>
18 <groupId>org.apache.maven.plugins</groupId>
19 <artifactId>maven-source-plugin</artifactId>
20 </plugin>
21 <plugin>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-jar-plugin</artifactId>
24 </plugin>
25 <plugin>
26 <groupId>org.apache.felix</groupId>
27 <artifactId>maven-bundle-plugin</artifactId>
28
29 <configuration>
30 <instructions>
31 <Export-Package>
32 org.argeo.*
33 </Export-Package>
34 </instructions>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <dependency>
41 <groupId>org.argeo.commons.server</groupId>
42 <artifactId>org.argeo.server.core</artifactId>
43 <version>1.1.5-SNAPSHOT</version>
44 </dependency>
45
46 <!-- Hibernate -->
47 <dependency>
48 <groupId>org.argeo.commons.server</groupId>
49 <artifactId>org.argeo.server.dep.hibernate</artifactId>
50 <version>1.1.5-SNAPSHOT</version>
51 <type>pom</type>
52 </dependency>
53
54 <dependency>
55 <groupId>org.argeo.tp</groupId>
56 <artifactId>net.sf.ehcache</artifactId>
57 </dependency>
58
59 <!-- Spring -->
60 <dependency>
61 <groupId>org.argeo.tp</groupId>
62 <artifactId>org.springframework.orm</artifactId>
63 </dependency>
64 <dependency>
65 <!-- For EhCache support -->
66 <groupId>org.argeo.tp</groupId>
67 <artifactId>org.springframework.context.support</artifactId>
68 </dependency>
69
70 </dependencies>
71 </project>