@@ -3,45 +3,45 @@ description = 'Main Test Project'
33targetCompatibility = 1.8
44
55dependencies {
6- compile ' org.sensorhub:sensorhub-core:' + oshCoreVersion
7- compile ' org.sensorhub:sensorhub-service-swe:' + oshCoreVersion
8- compile ' org.sensorhub:sensorhub-storage-perst:' + oshCoreVersion
9- compile ' org.sensorhub:sensorhub-webui-core:' + oshCoreVersion
10- compile project(' :sensorhub-comm-ip-zeroconf' )
11- compile project(' :sensorhub-comm-rxtx' )
12- compile project(' :sensorhub-service-video' )
13- compile project(' :sensorhub-security-oauth' )
14- compile project(' :sensorhub-storage-h2' )
15- compile project(' :sensorhub-storage-es' )
16- compile project(' :sensorhub-driver-fakegps' )
17- compile project(' :sensorhub-driver-fakeweather' )
18- compile project(' :sensorhub-driver-ahrs' )
19- compile project(' :sensorhub-driver-angelsensor' )
20- compile project(' :sensorhub-driver-avl-911' )
21- compile project(' :sensorhub-driver-axis' )
22- compile project(' :sensorhub-driver-bno055' )
23- compile project(' :sensorhub-driver-dahua' )
24- compile project(' :sensorhub-driver-fakecam' )
25- compile project(' :sensorhub-driver-fakegps' )
26- compile project(' :sensorhub-driver-fakeweather' )
27- compile project(' :sensorhub-driver-gamma' )
28- compile project(' :sensorhub-driver-gps-nmea' )
29- compile project(' :sensorhub-driver-intellisense' )
30- compile project(' :sensorhub-driver-mavlink' )
31- compile project(' :sensorhub-driver-metar' )
32- compile project(' :sensorhub-driver-mti' )
33- compile project(' :sensorhub-driver-plume' )
34- compile project(' :sensorhub-driver-rtpcam' )
35- compile project(' :sensorhub-driver-v4l' )
36- compile project(' :sensorhub-driver-vectornav' )
37- compile project(' :sensorhub-driver-virb-xe' )
38- compile project(' :sensorhub-driver-domoticz' )
39- compile project(' :sensorhub-driver-trek1000' )
40- compile project(' :sensorhub-driver-usgswater' )
41- compile project(' :sensorhub-storage-usgswater' )
42- compile project(' :sensorhub-storage-ndbc' )
43- // compile project(':sensorhub-service-remoteadmin')
44- compile project(' :sensorhub-process-basicmath' )
45- compile project(' :sensorhub-process-vecmath' )
46- compile project(' :sensorhub-process-geoloc' )
6+ implementation ' org.sensorhub:sensorhub-core:' + oshCoreVersion
7+ implementation ' org.sensorhub:sensorhub-service-swe:' + oshCoreVersion
8+ implementation ' org.sensorhub:sensorhub-storage-perst:' + oshCoreVersion
9+ implementation ' org.sensorhub:sensorhub-webui-core:' + oshCoreVersion
10+ implementation project(' :sensorhub-comm-ip-zeroconf' )
11+ implementation project(' :sensorhub-comm-rxtx' )
12+ implementation project(' :sensorhub-service-video' )
13+ implementation project(' :sensorhub-security-oauth' )
14+ implementation project(' :sensorhub-storage-h2' )
15+ implementation project(' :sensorhub-storage-es' )
16+ implementation project(' :sensorhub-driver-fakegps' )
17+ implementation project(' :sensorhub-driver-fakeweather' )
18+ implementation project(' :sensorhub-driver-ahrs' )
19+ implementation project(' :sensorhub-driver-angelsensor' )
20+ implementation project(' :sensorhub-driver-avl-911' )
21+ implementation project(' :sensorhub-driver-axis' )
22+ implementation project(' :sensorhub-driver-bno055' )
23+ implementation project(' :sensorhub-driver-dahua' )
24+ implementation project(' :sensorhub-driver-fakecam' )
25+ implementation project(' :sensorhub-driver-fakegps' )
26+ implementation project(' :sensorhub-driver-fakeweather' )
27+ implementation project(' :sensorhub-driver-gamma' )
28+ implementation project(' :sensorhub-driver-gps-nmea' )
29+ implementation project(' :sensorhub-driver-intellisense' )
30+ implementation project(' :sensorhub-driver-mavlink' )
31+ implementation project(' :sensorhub-driver-metar' )
32+ implementation project(' :sensorhub-driver-mti' )
33+ implementation project(' :sensorhub-driver-plume' )
34+ implementation project(' :sensorhub-driver-rtpcam' )
35+ implementation project(' :sensorhub-driver-v4l' )
36+ implementation project(' :sensorhub-driver-vectornav' )
37+ implementation project(' :sensorhub-driver-virb-xe' )
38+ implementation project(' :sensorhub-driver-domoticz' )
39+ implementation project(' :sensorhub-driver-trek1000' )
40+ implementation project(' :sensorhub-driver-usgswater' )
41+ implementation project(' :sensorhub-storage-usgswater' )
42+ implementation project(' :sensorhub-storage-ndbc' )
43+ // implementation project(':sensorhub-service-remoteadmin')
44+ implementation project(' :sensorhub-process-basicmath' )
45+ implementation project(' :sensorhub-process-vecmath' )
46+ implementation project(' :sensorhub-process-geoloc' )
4747}
0 commit comments