File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
<maven .compiler.source>1.8</maven .compiler.source>
17
17
<maven .compiler.target>1.8</maven .compiler.target>
18
18
<api .framework.version>2.4.7</api .framework.version>
19
+ <vertx .version>3.7.0</vertx .version>
19
20
<layer .api.framework>${settings.localRepository} /in/erail/api-framework/${api.framework.version} /api-framework-${api.framework.version} -common-config.zip</layer .api.framework>
20
21
<layer .api.framework.lambda.common>${project.basedir} /config-layers/common</layer .api.framework.lambda.common>
21
22
<layer .api.framework.lambda.test>${project.basedir} /config-layers/test</layer .api.framework.lambda.test>
139
140
<dependency >
140
141
<groupId >io.vertx</groupId >
141
142
<artifactId >vertx-unit</artifactId >
142
- <version >3.6.3 </version >
143
+ <version >${vertx.version} </version >
143
144
<scope >test</scope >
144
145
</dependency >
145
146
<dependency >
You can’t perform that action at this time.
0 commit comments