All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nniw.jrobot-features.3.6.0.source-code.features.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!-- vi: set et smarttab sw=4 tabstop=4: -->
<features name="jrobot-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
    <feature name='jrobot-remote-server' version='${project.version}'
             description='RobotFramework :: Remote library server'>
        <feature>jetty</feature>
        <bundle>wrap:mvn:org.robotframework/javalib-core/${robot.javalib.version}</bundle>
        <bundle>wrap:mvn:org.apache.xmlrpc/xmlrpc-server/${apache.version}</bundle>
        <bundle>wrap:mvn:org.apache.xmlrpc/xmlrpc-common/${apache.version}</bundle>
        <bundle>wrap:mvn:org.apache.ws.commons.util/ws-commons-util/${apache.utils.version}</bundle>
        <bundle>mvn:com.google.guava/guava/${guava.version}</bundle>
        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
        <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
        <bundle>mvn:com.github.aenniw/jrobot-remote-server/${project.version}</bundle>
    </feature>
</features>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy