]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
d0edf318ed966075ca0a95a79c50577b7d7f4a3b
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.12</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.jcr.mvc</artifactId>
11 <name>Commons Server JCR MVC</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.maven.plugins</groupId>
16 <artifactId>maven-compiler-plugin</artifactId>
17 </plugin>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-source-plugin</artifactId>
21 </plugin>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-jar-plugin</artifactId>
25 </plugin>
26 <plugin>
27 <groupId>org.apache.felix</groupId>
28 <artifactId>maven-bundle-plugin</artifactId>
29
30 <configuration>
31 <instructions>
32 <Export-Package>
33 org.argeo.jcr.mvc.*
34 </Export-Package>
35 <Import-Package>
36 org.springframework.core,
37 org.springframework.beans.factory,
38 javax.xml.transform.*;version="0.0.0",
39 javax.xml.parsers.*;version="0.0.0",
40 org.w3c.dom.*;version="0.0.0",
41 org.xml.sax.*;version="0.0.0",
42 *
43 </Import-Package>
44 </instructions>
45 </configuration>
46 </plugin>
47 </plugins>
48 </build>
49 <dependencies>
50 <dependency>
51 <groupId>org.argeo.commons</groupId>
52 <artifactId>org.argeo.server.jcr</artifactId>
53 <version>2.1.12</version>
54 </dependency>
55
56 <!-- Spring -->
57 <!-- <dependency> -->
58 <!-- <groupId>org.argeo.tp</groupId> -->
59 <!-- <artifactId>org.springframework.context</artifactId> -->
60 <!-- </dependency> -->
61 <!-- <dependency> -->
62 <!-- <groupId>org.argeo.tp</groupId> -->
63 <!-- <artifactId>org.springframework.core</artifactId> -->
64 <!-- </dependency> -->
65 <!-- <dependency> -->
66 <!-- <groupId>org.argeo.tp</groupId> -->
67 <!-- <artifactId>org.springframework.beans</artifactId> -->
68 <!-- </dependency> -->
69 <!-- <dependency> -->
70 <!-- <groupId>org.argeo.tp</groupId> -->
71 <!-- <artifactId>org.springframework.web</artifactId> -->
72 <!-- </dependency> -->
73 <!-- <dependency> -->
74 <!-- <groupId>org.argeo.tp</groupId> -->
75 <!-- <artifactId>org.springframework.web.servlet</artifactId> -->
76 <!-- </dependency> -->
77
78 <!-- Logging -->
79 <!-- <dependency> -->
80 <!-- <groupId>org.argeo.tp</groupId> -->
81 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
82 <!-- </dependency> -->
83 </dependencies>
84 </project>