-
Notifications
You must be signed in to change notification settings - Fork 611
Expand file tree
/
Copy pathosgi.xml
More file actions
20 lines (19 loc) · 817 Bytes
/
osgi.xml
File metadata and controls
20 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<component
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2 http://maven.apache.org/xsd/component-1.1.2.xsd"
>
<fileSets>
<fileSet>
<filtered>false</filtered>
<outputDirectory>system</outputDirectory>
<directory>target/opennms-repo</directory>
<excludes>
<exclude>org/ops4j/pax/logging/pax-logging-log4j2/1.10.2</exclude>
<exclude>org/ops4j/pax/logging/pax-logging-log4j2/1.10.2/*</exclude>
<exclude>io/netty/netty-codec-http/4.1.22.Final</exclude>
<exclude>io/netty/netty-codec-http/4.1.22.Final/*</exclude>
</excludes>
</fileSet>
</fileSets>
</component>