Hi JB,
On 13/04/2020 3:54 pm, Jean-Baptiste Onofre wrote:
I guess you are talking about dependencies like *ch.imvs.sdes4j.srtp right ?*
*
*
*I think the easiest way is both a small wrapping (to embed such dependencies as private) and a
features XML.*
*
*
*I can do that easily if it’s helpful for you.*
The dependencies causing concern are as listed in the attached feature.xml
Can you give me a clue as to what you have in mind or how to create "*a small wrapping (to
embed such dependencies as private"?*
*
*
Regards
Paul Fraser*
*
<?xml version="1.0" encoding="UTF-8"?>
<features name="qneavfeatures-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.6.0">
<feature name='qneav' description='QNEAV Features' version='${project.version}'>
<details>QNE Audio Visual Features</details>
<bundle>mvn:ch.imvs/sdes4j/1.1.3</bundle>
<bundle>mvn:org.jitsi/bccontrib/1.0</bundle>
<bundle>mvn:org.jitsi/fmj/1.0-SNAPSHOT</bundle>
<bundle>mvn:net.java.dev.jna/jna/4.1.0</bundle>
<bundle>mvn:commons-codec/commons-codec/1.14</bundle>
<bundle>mvn:org.jitsi/libjitsi/${project.version}</bundle>
<bundle>mvn:org.jitsi/jain-sip-ri-ossonly/1.2.98c7f8c-jitsi-oss1</bundle>
<bundle>mvn:org.jitsi/zrtp4j-light/4.1.0-jitsi-1-SNAPSHOT</bundle>
<bundle>mvn:org.jitsi/jitsi-lgpl-dependencies/1.2-1-gfc49658</bundle>
<bundle>mvn:net.qnenet.qneav/qavailablemediadevices/${project.version}</bundle>
<bundle>mvn:net.qnenet.qneav/qavreceivetransmit/${project.version}</bundle>
</feature>
</features>