Make BND optional
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 23 Oct 2012 12:46:05 +0000 (12:46 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 23 Oct 2012 12:46:05 +0000 (12:46 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5636 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.osgi/pom.xml

index f9297269b026ced7f4ff5c99c7e857fec1ad6119..abdf10772fe483e41610c6b158d678c6a8ffb8c1 100644 (file)
@@ -1,4 +1,6 @@
-<?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">
+<?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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
@@ -36,6 +38,7 @@
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>biz.aQute.bndlib</artifactId>
+                       <optional>true</optional>
                </dependency>
 
                <dependency>