|
4 | 4 |
|
5 | 5 | <parent> |
6 | 6 | <groupId>io.scalecube</groupId> |
7 | | - <artifactId>scalecube-parent-pom</artifactId> |
8 | | - <version>0.2.19</version> |
| 7 | + <artifactId>scalecube-parent</artifactId> |
| 8 | + <version>0.2.20</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <artifactId>scalecube-gateway-parent</artifactId> |
|
33 | 33 | </scm> |
34 | 34 |
|
35 | 35 | <properties> |
36 | | - <scalecube-services.version>2.10.23</scalecube-services.version> |
37 | | - <scalecube-commons.version>1.0.18</scalecube-commons.version> |
38 | | - <scalecube-cluster.version>2.6.12</scalecube-cluster.version> |
39 | | - |
40 | | - <reactor.version>2020.0.10</reactor.version> |
41 | | - <rsocket.version>1.0.5</rsocket.version> |
42 | | - <netty.version>4.1.66.Final</netty.version> |
43 | | - <jackson.version>2.11.0</jackson.version> |
44 | | - <slf4j.version>1.7.30</slf4j.version> |
45 | | - <log4j.version>2.13.2</log4j.version> |
| 36 | + <scalecube-cluster.version>2.6.13</scalecube-cluster.version> |
| 37 | + <scalecube-commons.version>1.0.21</scalecube-commons.version> |
| 38 | + <scalecube-services.version>2.10.24</scalecube-services.version> |
| 39 | + |
| 40 | + <reactor.version>2020.0.23</reactor.version> |
| 41 | + <rsocket.version>1.1.3</rsocket.version> |
| 42 | + <jackson.version>2.13.3</jackson.version> |
| 43 | + <slf4j.version>1.7.36</slf4j.version> |
| 44 | + <log4j.version>2.17.2</log4j.version> |
46 | 45 | <disruptor.version>3.4.2</disruptor.version> |
47 | | - |
48 | 46 | <jsr305.version>3.0.2</jsr305.version> |
49 | 47 | <jctools.version>2.1.2</jctools.version> |
50 | | - <junit.version>5.1.1</junit.version> |
51 | | - <mockito.version>2.24.5</mockito.version> |
| 48 | + |
| 49 | + <mockito-junit-jupiter.version>4.6.1</mockito-junit-jupiter.version> |
| 50 | + <junit-jupiter.version>5.8.2</junit-jupiter.version> |
52 | 51 | <hamcrest.version>1.3</hamcrest.version> |
| 52 | + |
| 53 | + <distributionManagement.url>https://maven.pkg.github.com/scalecube/scalecube-gateway |
| 54 | + </distributionManagement.url> |
53 | 55 | </properties> |
54 | 56 |
|
55 | 57 | <modules> |
|
82 | 84 | <artifactId>scalecube-services-transport-jackson</artifactId> |
83 | 85 | <version>${scalecube-services.version}</version> |
84 | 86 | </dependency> |
85 | | - <dependency> |
86 | | - <groupId>io.scalecube</groupId> |
87 | | - <artifactId>scalecube-services-bytebuf-codec</artifactId> |
88 | | - <version>${scalecube-services.version}</version> |
89 | | - </dependency> |
90 | 87 | <dependency> |
91 | 88 | <groupId>io.scalecube</groupId> |
92 | 89 | <artifactId>scalecube-commons</artifactId> |
|
146 | 143 | <scope>import</scope> |
147 | 144 | </dependency> |
148 | 145 |
|
149 | | - <!-- Netty --> |
150 | | - <dependency> |
151 | | - <groupId>io.netty</groupId> |
152 | | - <artifactId>netty-bom</artifactId> |
153 | | - <version>${netty.version}</version> |
154 | | - <type>pom</type> |
155 | | - <scope>import</scope> |
156 | | - </dependency> |
157 | | - |
158 | 146 | <!-- JCTools --> |
159 | 147 | <dependency> |
160 | 148 | <groupId>org.jctools</groupId> |
|
169 | 157 | <dependency> |
170 | 158 | <groupId>org.junit.jupiter</groupId> |
171 | 159 | <artifactId>junit-jupiter-engine</artifactId> |
172 | | - <version>${junit.version}</version> |
| 160 | + <version>${junit-jupiter.version}</version> |
173 | 161 | <scope>test</scope> |
174 | 162 | </dependency> |
175 | 163 | <dependency> |
176 | 164 | <groupId>org.junit.jupiter</groupId> |
177 | 165 | <artifactId>junit-jupiter-params</artifactId> |
178 | | - <version>${junit.version}</version> |
| 166 | + <version>${junit-jupiter.version}</version> |
179 | 167 | <scope>test</scope> |
180 | 168 | </dependency> |
181 | 169 | <dependency> |
182 | 170 | <groupId>org.mockito</groupId> |
183 | 171 | <artifactId>mockito-junit-jupiter</artifactId> |
184 | | - <version>${mockito.version}</version> |
| 172 | + <version>${mockito-junit-jupiter.version}</version> |
185 | 173 | <scope>test</scope> |
186 | 174 | </dependency> |
187 | 175 | <dependency> |
|
190 | 178 | <version>${hamcrest.version}</version> |
191 | 179 | <scope>test</scope> |
192 | 180 | </dependency> |
193 | | - <dependency> |
194 | | - <groupId>org.hamcrest</groupId> |
195 | | - <artifactId>hamcrest-core</artifactId> |
196 | | - <version>${hamcrest.version}</version> |
197 | | - <scope>test</scope> |
198 | | - </dependency> |
199 | 181 | <dependency> |
200 | 182 | <groupId>io.projectreactor</groupId> |
201 | 183 | <artifactId>reactor-test</artifactId> |
202 | 184 | <scope>test</scope> |
203 | 185 | </dependency> |
204 | 186 | </dependencies> |
205 | 187 |
|
206 | | - <profiles> |
207 | | - <profile> |
208 | | - <id>deploy2Github</id> |
209 | | - <distributionManagement> |
210 | | - <repository> |
211 | | - <id>github</id> |
212 | | - <name>GitHub Packages</name> |
213 | | - <url>https://maven.pkg.github.com/scalecube/scalecube-gateway</url> |
214 | | - </repository> |
215 | | - </distributionManagement> |
216 | | - </profile> |
217 | | - <profile> |
218 | | - <id>deploy2Maven</id> |
219 | | - <distributionManagement> |
220 | | - <repository> |
221 | | - <id>ossrh</id> |
222 | | - <name>Central Repository OSSRH</name> |
223 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
224 | | - </repository> |
225 | | - </distributionManagement> |
226 | | - <build> |
227 | | - <plugins> |
228 | | - <plugin> |
229 | | - <groupId>org.sonatype.plugins</groupId> |
230 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
231 | | - </plugin> |
232 | | - <plugin> |
233 | | - <artifactId>maven-source-plugin</artifactId> |
234 | | - </plugin> |
235 | | - <plugin> |
236 | | - <artifactId>maven-javadoc-plugin</artifactId> |
237 | | - </plugin> |
238 | | - <plugin> |
239 | | - <artifactId>maven-gpg-plugin</artifactId> |
240 | | - </plugin> |
241 | | - </plugins> |
242 | | - </build> |
243 | | - </profile> |
244 | | - </profiles> |
245 | | - |
246 | 188 | </project> |
0 commit comments