|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>com.unionmed</groupId> |
|
|
|
|
<artifactId>unionmed-framework</artifactId> |
|
|
|
|
<version>0.0.12</version> |
|
|
|
|
<version>0.0.13</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<name>unionmed-framework</name> |
|
|
|
|
|
|
|
|
@ -62,6 +62,7 @@ |
|
|
|
|
<rxnetty.version>0.4.9</rxnetty.version> |
|
|
|
|
<mksapi.version>4.10.9049</mksapi.version> |
|
|
|
|
<bcprov.version>1.73</bcprov.version> |
|
|
|
|
<commons-io.version>2.6</commons-io.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
@ -224,6 +225,12 @@ |
|
|
|
|
<version>${mksapi.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-io</groupId> |
|
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
|
<version>${commons-io.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- Apache: http-client --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|