]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/modules/org.argeo.slc.ext.activemq/pom.xml
Deal with destruction callbacks
[gpl/argeo-slc.git] / legacy / modules / org.argeo.slc.ext.activemq / pom.xml
1 <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.slc</groupId>
5 <artifactId>modules</artifactId>
6 <version>1.1.3-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.ext.activemq</artifactId>
10 <name>SLC ActiveMQ Extension</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Fragment-Host>org.apache.activemq</Fragment-Host>
19 <Import-Package>
20 *,
21 org.argeo.slc.runtime,
22 org.argeo.slc.execution,
23 org.argeo.slc.msg,
24 org.argeo.slc.build,
25 org.argeo.slc.core.execution,
26 org.argeo.slc.core.attachment,
27 org.argeo.slc.core.structure,
28 org.argeo.slc.core.structure.tree,
29 org.argeo.slc.core.test,
30 org.argeo.slc.core.test.tree,
31 org.argeo.slc.deploy,
32 org.argeo.slc.detached;resolution:=optional,
33 org.argeo.slc.execution,
34 org.argeo.slc.msg,
35 org.argeo.slc.msg.build,
36 org.argeo.slc.msg.event,
37 org.argeo.slc.msg.process,
38 org.argeo.slc.msg.test.tree,
39 org.argeo.slc.process,
40 org.argeo.slc.runtime,
41 org.argeo.slc.test,
42 org.argeo.slc.xml.process;resolution:=optional,
43 org.argeo.slc.xml.test.tree;resolution:=optional,
44 org.hibernate.collection;resolution:=optional
45 </Import-Package>
46 </instructions>
47 </configuration>
48 </plugin>
49 </plugins>
50 </build>
51 </project>