File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.github.axway-api-management-plus.openapi-validator</groupId >
55 <artifactId >openapi-validator</artifactId >
6- <version >1.6.5-SNAPSHOT </version >
6+ <version >1.6.5</version >
77 <name >openapi-validator</name >
88
99 <url >https://github.com/Axway-API-Management-Plus/openapi-validator</url >
3535 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3636 <maven .compiler.source>1.8</maven .compiler.source>
3737 <maven .compiler.target>1.8</maven .compiler.target>
38- <apigateway .version>7.7.20200930 </apigateway .version>
38+ <apigateway .version>7.7.20230228 </apigateway .version>
3939 </properties >
4040
4141 <repositories >
8282 <artifactId >vordel-core-runtime</artifactId >
8383 <version >${apigateway.version} </version >
8484 </dependency >
85-
85+
8686 <dependency >
8787 <groupId >com.fasterxml.jackson.core</groupId >
8888 <artifactId >jackson-core</artifactId >
141141 </execution >
142142 </executions >
143143 </plugin >
144+ <plugin >
145+ <groupId >org.apache.maven.plugins</groupId >
146+ <artifactId >maven-compiler-plugin</artifactId >
147+ <version >3.8.0</version >
148+ <configuration >
149+ <source >1.8</source >
150+ <target >1.8</target >
151+ </configuration >
152+ </plugin >
144153 </plugins >
145154
146155 <pluginManagement >
You can’t perform that action at this time.
0 commit comments