Add license comment to OSGI deps

Although the scope is "provided" we still aim to track the licenses in
the pom.xml, to avoid mistakes going forward.
This commit is contained in:
Martyn Taylor 2015-12-17 12:37:39 +00:00
parent 3272999659
commit 95430ec2ac
1 changed files with 2 additions and 0 deletions

View File

@ -516,12 +516,14 @@
<artifactId>org.osgi.core</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
<!-- License: Apache 2.0 -->
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
<!-- License: Apache 2.0 -->
</dependency>
</dependencies>