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