blob: a4af565e2175ee8f7bad8d571ecfed1ec7c5b3f4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~ The ASF licenses this file to You under the Apache License, Version 2.0
~ (the "License"); you may not use this file except in compliance with
~ the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="unomi-groovy-actions">
<feature name="unomi-groovy-actions" description="${project.name}" version="${project.version}">
<details>${project.description}</details>
<feature prerequisite="true" dependency="false">wrap</feature>
<feature dependency="true">unomi-kar</feature>
<bundle start-level="85">mvn:org.codehaus.groovy/groovy/${groovy.version}</bundle>
<bundle start-level="85">mvn:org.codehaus.groovy/groovy-xml/${groovy.version}</bundle>
<bundle start-level="85">mvn:org.codehaus.groovy/groovy-json/${groovy.version}</bundle>
<bundle start-level="85" start="false">mvn:org.apache.unomi/unomi-groovy-actions-services/${project.version}</bundle>
<bundle start-level="85" start="false">mvn:org.apache.unomi/unomi-groovy-actions-rest/${project.version}</bundle>
<bundle start-level="85">wrap:mvn:io.github.http-builder-ng/http-builder-ng-core/1.0.4</bundle>
<bundle start-level="85">mvn:org.jsoup/jsoup/1.13.1</bundle>
<bundle start-level="85">mvn:com.sun.activation/javax.activation/1.2.0</bundle>
</feature>
</features>