|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.ge.predix.solsvc</groupId>
|
5 | 5 | <artifactId>predix-machine-template-adapter-pi</artifactId>
|
6 |
| - <version>1.1.124</version> |
| 6 | + <version>1.1.128</version> |
7 | 7 | <packaging>bundle</packaging>
|
8 | 8 |
|
9 | 9 | <properties>
|
10 |
| - |
11 |
| - <!-- Project Properties --> |
| 10 | + <com.scireum.parsii.version>2.3</com.scireum.parsii.version> |
| 11 | + <!-- Project Properties --> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
13 | 13 | <maven.compiler.source>1.8</maven.compiler.source>
|
14 | 14 | <maven.compiler.target>1.8</maven.compiler.target>
|
15 |
| - |
| 15 | + |
16 | 16 | <!-- Maven Properties -->
|
17 | 17 | <clover.bundle.import />
|
18 | 18 | <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
|
|
26 | 26 | <maven.plugins.maven-javadoc-plugin.version>2.10.3</maven.plugins.maven-javadoc-plugin.version>
|
27 | 27 | <maven.plugins.maven-release-plugin.version>2.5.3</maven.plugins.maven-release-plugin.version>
|
28 | 28 | <maven.plugins.maven-resources-plugin.version>3.0.1</maven.plugins.maven-resources-plugin.version>
|
29 |
| - |
30 |
| - <com.scireum.parsii.version>2.3</com.scireum.parsii.version> |
31 |
| - |
| 29 | + |
32 | 30 | <!-- Logging Properties -->
|
33 | 31 | <org.slf4j.version>1.7.21</org.slf4j.version>
|
34 |
| - |
| 32 | + |
35 | 33 | <!-- This actually drives the BND used during compile time. The version of this plugin will map to a version of BND -->
|
36 | 34 | <org.apache.felix.maven-bundle-plugin.version>3.0.1</org.apache.felix.maven-bundle-plugin.version>
|
37 | 35 |
|
|
50 | 48 | <javax.ws.rs.version>2.0.1</javax.ws.rs.version>
|
51 | 49 | <org.apache.commons.io.version>2.5</org.apache.commons.io.version>
|
52 | 50 |
|
53 |
| - <!-- Proximetry airsync --> |
54 |
| - <com.proximetry.agent-api.version>0.3.4</com.proximetry.agent-api.version> |
55 |
| - |
56 | 51 | <org.eclipse.jgit.version>4.3.1.201605051710-r</org.eclipse.jgit.version>
|
57 | 52 |
|
58 | 53 | <jasypt.version>1.9.2</jasypt.version>
|
|
78 | 73 |
|
79 | 74 | <!-- Protobuf Dependencies. These same versions should match what are in the predixmachine-parent/pom.xml and the git:proto/pom.xml -->
|
80 | 75 | <com.google.protobuf.version>3.0.0</com.google.protobuf.version>
|
81 |
| - |
| 76 | + |
82 | 77 | <!-- 3rd Party Testing-Dependency Bundle versions -->
|
83 | 78 | <maven-clover2-plugin.version>3.1.8</maven-clover2-plugin.version>
|
84 | 79 | <maven-surefire-plugin.version>2.5</maven-surefire-plugin.version>
|
|
91 | 86 | <skipTests>false</skipTests>
|
92 | 87 |
|
93 | 88 | <!-- Predix Machine project versions -->
|
94 |
| - <dspmicro.version>16.4.1</dspmicro.version> |
95 |
| - <dspmicro.parent.project.version>16.4.1</dspmicro.parent.project.version> |
| 89 | + <dspmicro.version>17.1.2</dspmicro.version> |
| 90 | + <dspmicro.parent.project.version>17.1.2</dspmicro.parent.project.version> |
96 | 91 |
|
97 | 92 | <!-- Predix Machine bundle versions -->
|
98 | 93 | <dspmicro.databus.project.version>${dspmicro.parent.project.version}</dspmicro.databus.project.version>
|
|
108 | 103 | <dspmicro.predixcloud-identity.project.version>${dspmicro.parent.project.version}</dspmicro.predixcloud-identity.project.version>
|
109 | 104 | <dspmicro.cloud-gateway.project.version>${dspmicro.parent.project.version}</dspmicro.cloud-gateway.project.version>
|
110 | 105 | <!-- Proto bundle -->
|
111 |
| - <com.google.protobuf.version>3.0.0</com.google.protobuf.version> |
112 | 106 | <predixmachine.protobuf-models.version>${dspmicro.parent.project.version}</predixmachine.protobuf-models.version>
|
113 |
| - |
| 107 | + |
114 | 108 | <!-- 3rd Party package versions -->
|
115 | 109 | <import.org.osgi.framework>"[1.7,2)"</import.org.osgi.framework>
|
116 | 110 | <import.org.osgi.service.cm>"[1.5,2)"</import.org.osgi.service.cm>
|
|
135 | 129 | <!-- httpcore is version 4.4 and httpclient is 4.5 -->
|
136 | 130 | <import.org.apache.http>"[4.4,4.6)"</import.org.apache.http>
|
137 | 131 | <import.org.apache.commons.io>"[1.5,2)"</import.org.apache.commons.io>
|
138 |
| - <!-- Prosyst bundles their own version of file upload org.apache.commons-fileupload-1.2.2-prosyst1 |
| 132 | + <!-- Prosyst bundles their own version of file upload org.apache.commons-fileupload-1.2.2-prosyst1 |
139 | 133 | (1.2.2). -->
|
140 | 134 | <import.org.apache.commons.fileupload>"[1.2,1.3)"</import.org.apache.commons.fileupload>
|
141 | 135 |
|
142 | 136 | <import.org.codehaus.jackson>"[1.9,2)"</import.org.codehaus.jackson>
|
143 | 137 | <import.org.codehaus.jackson.map>"[1.9,2)"</import.org.codehaus.jackson.map>
|
144 | 138 | <import.org.codehaus.jackson.type>"[1.9,2)"</import.org.codehaus.jackson.type>
|
145 | 139 | <import.org.codehaus.jackson.map.annotate>"[1.9,2)"</import.org.codehaus.jackson.map.annotate>
|
146 |
| - |
| 140 | + |
147 | 141 | <import.com.prosyst.util.encode>"[2.1,3)"</import.com.prosyst.util.encode>
|
148 | 142 | <import.com.prosyst.mbs.services.useradmin>"[3.0,4)"</import.com.prosyst.mbs.services.useradmin>
|
149 | 143 |
|
150 | 144 | <!-- Used for jGit -->
|
151 | 145 | <import.org.eclipse.jgit>"[4.0,5.0)"</import.org.eclipse.jgit>
|
152 |
| - |
| 146 | + |
153 | 147 | <!-- Used for rmq -->
|
154 | 148 | <import.com.rabbitmq>"[3.0,3.5)"</import.com.rabbitmq>
|
155 |
| - |
| 149 | + |
156 | 150 | <!-- Used for MQTT Client -->
|
157 | 151 | <import.org.eclipse.paho.client.mqttv3>"[1.0,2.0)"</import.org.eclipse.paho.client.mqttv3>
|
158 |
| - |
| 152 | + |
159 | 153 | <!-- DSP micro API package versions -->
|
160 | 154 | <import.com.ge.dspmicro.security.sslcontext.api>"[1.0,2.0)"</import.com.ge.dspmicro.security.sslcontext.api>
|
161 | 155 |
|
|
166 | 160 |
|
167 | 161 | <import.com.ge.dspmicro.machinegateway.api>"[1.4,2.0)"</import.com.ge.dspmicro.machinegateway.api>
|
168 | 162 |
|
169 |
| - <import.com.ge.dspmicro.machinegateway.types>"[1.3,2.0)"</import.com.ge.dspmicro.machinegateway.types> |
| 163 | + <import.com.ge.dspmicro.machinegateway.types>"[1.4,2.0)"</import.com.ge.dspmicro.machinegateway.types> |
170 | 164 |
|
171 | 165 | <import.com.ge.dspmicro.modelregistry.api>"[1.0,2.0)"</import.com.ge.dspmicro.modelregistry.api>
|
172 | 166 | <import.com.ge.dspmicro.modelregistry.api.types>"[1.0,2.0)"</import.com.ge.dspmicro.modelregistry.api.types>
|
|
183 | 177 |
|
184 | 178 | <import.com.ge.dspmicro.machineadapter.mqtt.api>"[1.0,2.0)"</import.com.ge.dspmicro.machineadapter.mqtt.api>
|
185 | 179 |
|
186 |
| - <import.com.ge.dspmicro.device.api.commandframework>"[1.0,2.0)"</import.com.ge.dspmicro.device.api.commandframework> |
| 180 | + <import.com.ge.dspmicro.device.api.frameworkcomm>"[2.0,3.0)"</import.com.ge.dspmicro.device.api.frameworkcomm> |
187 | 181 |
|
188 |
| - <import.com.ge.dspmicro.device.api.frameworkcomm>"[1.0,2.0)"</import.com.ge.dspmicro.device.api.frameworkcomm> |
189 |
| - |
190 | 182 | <import.com.ge.dspmicro.cloud.gateway.api>"[1.0,2.0)"</import.com.ge.dspmicro.cloud.gateway.api>
|
191 | 183 |
|
192 |
| - <import.com.ge.dspmicro.databus.api>"[1.1,2.0)"</import.com.ge.dspmicro.databus.api> |
| 184 | + <import.com.ge.dspmicro.databus.api>"[2.0,3.0)"</import.com.ge.dspmicro.databus.api> |
193 | 185 | <!-- these must match the exports in the samples/sample-apps/pom.xml and the git:proto/pom.xml -->
|
194 | 186 | <import.com.ge.predixmachine.datacomm>"[1.0,2.0)"</import.com.ge.predixmachine.datacomm>
|
195 |
| - |
196 |
| - <!-- Proximetry airsync API - used for one demand polling --> |
197 |
| - <import.com.proximetry.osgiagent.api.version>"[0.3.4,1)"</import.com.proximetry.osgiagent.api.version> |
198 |
| - |
| 187 | + |
199 | 188 | <!-- River Services -->
|
200 | 189 | <export.com.ge.dspmicro.river.api>1.0.0</export.com.ge.dspmicro.river.api>
|
201 | 190 | <import.com.ge.dspmicro.river.api>"[1.0,2.0)"</import.com.ge.dspmicro.river.api>
|
202 | 191 |
|
203 | 192 | <export.com.ge.dspmicro.httpriver.send.api>1.1.0</export.com.ge.dspmicro.httpriver.send.api>
|
204 | 193 | <import.com.ge.dspmicro.httpriver.send.api>"[1.0,2.0)"</import.com.ge.dspmicro.httpriver.send.api>
|
205 |
| - |
| 194 | + |
206 | 195 | <!-- these must match the exports in the samples/sample-apps/pom.xml and the git:proto/pom.xml -->
|
207 | 196 | <import.com.google.protobuf>"[3.0,4.0)"</import.com.google.protobuf>
|
| 197 | + <import.com.ge.predixmachine.datamodel.common>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.common> |
208 | 198 | <import.com.ge.predixmachine.datamodel.commandcomm>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.commandcomm>
|
209 | 199 | <import.com.ge.predixmachine.datamodel.configcomm>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.configcomm>
|
210 | 200 | <import.com.ge.predixmachine.datamodel.datacomm>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.datacomm>
|
211 | 201 | <import.com.ge.predixmachine.datamodel.defaultcomm>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.defaultcomm>
|
212 |
| - <import.com.ge.predixmachine.datamodel.gateway>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.gateway> |
213 |
| - <import.com.ge.predixmachine.datamodel.event>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.event> |
| 202 | + <import.com.ge.predixmachine.datamodel.gateway>"[1.1,2.0)"</import.com.ge.predixmachine.datamodel.gateway> |
| 203 | + <import.com.ge.predixmachine.datamodel.event>"[1.0,2.0)"</import.com.ge.predixmachine.datamodel.event> |
214 | 204 | </properties>
|
215 | 205 | <dependencies>
|
216 | 206 |
|
|
0 commit comments