Repository: activemq-artemis
Updated Branches:
  refs/heads/master 327299965 -> da7719908


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.


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/95430ec2
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/95430ec2
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/95430ec2

Branch: refs/heads/master
Commit: 95430ec2acde0d1a3f31fbc447fc25168612b5b6
Parents: 3272999
Author: Martyn Taylor <[email protected]>
Authored: Thu Dec 17 12:37:39 2015 +0000
Committer: Martyn Taylor <[email protected]>
Committed: Thu Dec 17 12:37:39 2015 +0000

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/95430ec2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6b987c..27551d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to