|
262 | 262 | <plugin>
|
263 | 263 | <groupId>com.qmino</groupId>
|
264 | 264 | <artifactId>miredot-plugin</artifactId>
|
265 |
| - <version>1.5.1</version> |
| 265 | + <version>2.1.2</version> |
266 | 266 | <executions>
|
267 | 267 | <execution>
|
268 | 268 | <phase>package</phase>
|
|
272 | 272 | </execution>
|
273 | 273 | </executions>
|
274 | 274 | <configuration>
|
275 |
| - <licence>cHJvamVjdHxvcmcub2hkc2kuV2ViQVBJfDIwMjAtMDMtMzF8dHJ1ZXwtMSNNQzBDRkNNQ2R2ZEhjbDg0Z2tONVI3bHlmQ2Y4SnNkYUFoVUFoMkdtOUVFdy9RelpLVzM1V2p6a2FsdzJZV009</licence> |
276 |
| - <restModel> |
277 |
| - <httpStatusCodes> |
278 |
| - <httpStatusCode> |
279 |
| - <httpCode>200</httpCode> |
280 |
| - <document>always</document> |
281 |
| - <defaultMessage>The service call has completed successfully.</defaultMessage> |
282 |
| - </httpStatusCode> |
283 |
| - <httpStatusCode> |
284 |
| - <httpCode>401</httpCode> |
285 |
| - <document>Authorization Exception</document> |
286 |
| - <defaultMessage>The user is not authorized to use this service.</defaultMessage> |
287 |
| - </httpStatusCode> |
288 |
| - <httpStatusCode> |
289 |
| - <httpCode>412</httpCode> |
290 |
| - <document>put,post</document> |
291 |
| - <defaultMessage>Invalid JSON/XML input.</defaultMessage> |
292 |
| - </httpStatusCode> |
293 |
| - <httpStatusCode> |
294 |
| - <httpCode>500</httpCode> |
295 |
| - <document>always</document> |
296 |
| - <defaultMessage>The service call has not succeeded.</defaultMessage> |
297 |
| - </httpStatusCode> |
298 |
| - </httpStatusCodes> |
299 |
| - </restModel> |
| 275 | + <licence>cHJvamVjdHxvcmcub2hkc2kuV2ViQVBJfDIwMjAtMDMtMzF8dHJ1ZXwtMSNNQzBDRkNNQ2R2ZEhjbDg0Z2tONVI3bHlmQ2Y4SnNkYUFoVUFoMkdtOUVFdy9RelpLVzM1V2p6a2FsdzJZV009</licence> |
| 276 | + <restModel> |
| 277 | + <httpStatusCodes> |
| 278 | + <httpStatusCode> |
| 279 | + <httpCode>200</httpCode> |
| 280 | + <document>always</document> |
| 281 | + <defaultMessage>The service call has completed successfully.</defaultMessage> |
| 282 | + </httpStatusCode> |
| 283 | + <httpStatusCode> |
| 284 | + <httpCode>401</httpCode> |
| 285 | + <document>Authorization Exception</document> |
| 286 | + <defaultMessage>The user is not authorized to use this service.</defaultMessage> |
| 287 | + </httpStatusCode> |
| 288 | + <httpStatusCode> |
| 289 | + <httpCode>412</httpCode> |
| 290 | + <document>put,post</document> |
| 291 | + <defaultMessage>Invalid JSON/XML input.</defaultMessage> |
| 292 | + </httpStatusCode> |
| 293 | + <httpStatusCode> |
| 294 | + <httpCode>500</httpCode> |
| 295 | + <document>always</document> |
| 296 | + <defaultMessage>The service call has not succeeded.</defaultMessage> |
| 297 | + </httpStatusCode> |
| 298 | + </httpStatusCodes> |
| 299 | + </restModel> |
| 300 | + <output> |
| 301 | + <html> |
| 302 | + <intro>api.html</intro> |
| 303 | + </html> |
| 304 | + </output> |
300 | 305 | </configuration>
|
301 | 306 | </plugin>
|
302 | 307 | </plugins>
|
|
678 | 683 | <dependency>
|
679 | 684 | <groupId>org.ohdsi</groupId>
|
680 | 685 | <artifactId>standardized-analysis-api</artifactId>
|
681 |
| - <version>1.0.0-SNAPSHOT</version> |
| 686 | + <version>1.1.0-SNAPSHOT</version> |
682 | 687 | </dependency>
|
683 | 688 | <dependency>
|
684 | 689 | <groupId>com.cosium.spring.data</groupId>
|
|
0 commit comments