|
23 | 23 | <groupId>group.rxcloud</groupId> |
24 | 24 | <artifactId>capa-aws-parent</artifactId> |
25 | 25 | <packaging>pom</packaging> |
26 | | - <version>1.0.7-alpha-1</version> |
| 26 | + <version>1.0.7.RELEASE</version> |
27 | 27 | <name>capa-aws-parent</name> |
28 | 28 | <description>AWS for Capa.</description> |
29 | 29 | <url>https://github.com/reactivegroup</url> |
|
75 | 75 | <java.version>8</java.version> |
76 | 76 | <file.encoding>UTF-8</file.encoding> |
77 | 77 | <maven.version>3.8.1</maven.version> |
78 | | - <capa.version>1.0.9.RELEASE</capa.version> |
| 78 | + <capa.version>1.10.9.2.RELEASE</capa.version> |
79 | 79 | <aws-sdk.version>2.17.40</aws-sdk.version> |
80 | 80 | <guava.version>19.0</guava.version> |
81 | 81 | <capa-addons.version>1.0.5.RELEASE</capa-addons.version> |
|
91 | 91 | <maven.surefire.version>3.0.0-M1</maven.surefire.version> |
92 | 92 | <maven.jacoco.version>0.8.6</maven.jacoco.version> |
93 | 93 | <byte-buddy.version>1.12.2</byte-buddy.version> |
| 94 | + <http.client.version>4.5.13</http.client.version> |
| 95 | + <netty.bom.version>4.1.68.Final</netty.bom.version> |
| 96 | + <http.core.version>4.4.11</http.core.version> |
94 | 97 | </properties> |
95 | 98 |
|
96 | 99 | <dependencyManagement> |
|
116 | 119 | <dependency> |
117 | 120 | <groupId>group.rxcloud</groupId> |
118 | 121 | <artifactId>capa-spi-aws-infrastructure</artifactId> |
119 | | - <version>1.0.7-alpha-1</version> |
| 122 | + <version>1.0.7.RELEASE</version> |
120 | 123 | </dependency> |
121 | 124 | <dependency> |
122 | 125 | <groupId>group.rxcloud</groupId> |
123 | 126 | <artifactId>capa-spi-aws-mesh</artifactId> |
124 | | - <version>1.0.7-alpha-1</version> |
| 127 | + <version>1.0.7.RELEASE</version> |
125 | 128 | </dependency> |
126 | 129 | <dependency> |
127 | 130 | <groupId>group.rxcloud</groupId> |
128 | 131 | <artifactId>capa-spi-aws-config</artifactId> |
129 | | - <version>1.0.7-alpha-1</version> |
| 132 | + <version>1.0.7.RELEASE</version> |
130 | 133 | </dependency> |
131 | 134 | <dependency> |
132 | 135 | <groupId>group.rxcloud</groupId> |
133 | 136 | <artifactId>capa-spi-aws-telemetry</artifactId> |
134 | | - <version>1.0.7-alpha-1</version> |
| 137 | + <version>1.0.7.RELEASE</version> |
135 | 138 | </dependency> |
136 | 139 |
|
137 | 140 | <dependency> |
|
149 | 152 | <scope>import</scope> |
150 | 153 | </dependency> |
151 | 154 |
|
| 155 | + <!--http--> |
| 156 | + <dependency> |
| 157 | + <groupId>io.netty</groupId> |
| 158 | + <artifactId>netty-bom</artifactId> |
| 159 | + <version>${netty.bom.version}</version> |
| 160 | + <type>pom</type> |
| 161 | + <scope>import</scope> |
| 162 | + </dependency> |
| 163 | + <dependency> |
| 164 | + <groupId>org.apache.httpcomponents</groupId> |
| 165 | + <artifactId>httpclient</artifactId> |
| 166 | + <version>${http.client.version}</version> |
| 167 | + </dependency> |
| 168 | + <dependency> |
| 169 | + <groupId>org.apache.httpcomponents</groupId> |
| 170 | + <artifactId>httpcore</artifactId> |
| 171 | + <version>${http.core.version}</version> |
| 172 | + </dependency> |
| 173 | + |
152 | 174 | <!-- unit test --> |
153 | 175 | <dependency> |
154 | 176 | <groupId>org.junit.jupiter</groupId> |
|
0 commit comments