Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed location of files from Bintray to Artifactory and removed unused libs #21

Merged
merged 2 commits into from
Apr 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions de.kaizencode.tchaikovsky/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
<configuration>
<target>
<mkdir dir="target/classes/lib/arm/linux" />
<get src="https://dl.bintray.com/j-n-k/openhab-3rdparty-contrib/arm/linux/liballjoyn_java.so" dest="target/classes/lib/arm/linux/liballjoyn_java.so" />
<get src="https://openhab.jfrog.io/artifactory/files/alljoyn/arm/linux/liballjoyn_java.so" dest="target/classes/lib/arm/linux/liballjoyn_java.so" />
<mkdir dir="target/classes/lib/x86/linux" />
<get src="https://dl.bintray.com/j-n-k/openhab-3rdparty-contrib/x86/linux/liballjoyn_java.so" dest="target/classes/lib/x86/linux/liballjoyn_java.so" />
<get src="https://openhab.jfrog.io/artifactory/files/alljoyn/x86/linux/liballjoyn_java.so" dest="target/classes/lib/x86/linux/liballjoyn_java.so" />
<mkdir dir="target/classes/lib/x86-64/linux" />
<get src="https://dl.bintray.com/j-n-k/openhab-3rdparty-contrib/x86-64/linux/liballjoyn_java.so" dest="target/classes/lib/x86-64/linux/liballjoyn_java.so" />
<get src="https://openhab.jfrog.io/artifactory/files/alljoyn/x86-64/linux/liballjoyn_java.so" dest="target/classes/lib/x86-64/linux/liballjoyn_java.so" />
<mkdir dir="target/classes/lib/x86/win" />
<get src="https://dl.bintray.com/j-n-k/openhab-3rdparty-contrib/x86/win/alljoyn_java.dll" dest="target/classes/lib/x86/win/alljoyn_java.dll" />
<get src="https://openhab.jfrog.io/artifactory/files/alljoyn/x86/win/alljoyn_java.dll" dest="target/classes/lib/x86/win/alljoyn_java.dll" />
<mkdir dir="target/classes/lib/x86-64/win" />
<get src="https://dl.bintray.com/j-n-k/openhab-3rdparty-contrib/x86-64/win/alljoyn_java.dll" dest="target/classes/lib/x86-64/win/alljoyn_java.dll" />
<get src="https://openhab.jfrog.io/artifactory/files/alljoyn/x86-64/win/alljoyn_java.dll" dest="target/classes/lib/x86-64/win/alljoyn_java.dll" />
</target>
</configuration>
</execution>
Expand Down
20 changes: 0 additions & 20 deletions io.moquette.moquette-broker/NOTICE

This file was deleted.

Empty file.
17 changes: 0 additions & 17 deletions io.moquette.moquette-broker/osgi.bnd

This file was deleted.

22 changes: 0 additions & 22 deletions io.moquette.moquette-broker/pom.xml

This file was deleted.

21 changes: 0 additions & 21 deletions org.java-websocket.java-websocket/NOTICE

This file was deleted.

Empty file.
12 changes: 0 additions & 12 deletions org.java-websocket.java-websocket/osgi.bnd

This file was deleted.

22 changes: 0 additions & 22 deletions org.java-websocket.java-websocket/pom.xml

This file was deleted.

2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,13 @@
<module>de.zazaz.iot.bosch.indego.bosch-indego-controller-lib</module>
<module>fr.bmartel.http-endec</module>
<module>fr.bmartel.jspeedtest</module>
<module>io.moquette.moquette-broker</module>
<module>io.socket.engine.io-client</module>
<module>io.socket.socket.io-client</module>
<module>intel-iot-devkit.tinyb</module>
<module>javazoom.jlayer</module>
<module>net.vrallev.ecc.ecc-25519-java</module>
<module>net.wimpi.jamod</module>
<module>org.cups4j.cups4j</module>
<module>org.java-websocket.java-websocket</module>
<module>org.json.json</module>
<module>org.pcap4j.pcap4j-core</module>
<module>org.pcap4j.pcap4j-packetfactory-static</module>
Expand Down