File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
-
6
+
7
7
<groupId >oracle.kubernetes</groupId >
8
8
<artifactId >operator-parent</artifactId >
9
9
<version >1.0</version >
68
68
<doctitle >Oracle WebLogic Server Kubernetes Operator v1.0 API</doctitle >
69
69
</configuration >
70
70
</plugin >
71
-
71
+
72
72
</plugins >
73
73
</build >
74
74
251
251
<junit-version >4.12</junit-version >
252
252
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
253
253
<jersey-version >2.26</jersey-version > <!-- switched from 2.23 to 2.26 to get the RestServer to work -->
254
- <jackson-version >2.9.2 </jackson-version >
254
+ <jackson-version >2.9.6 </jackson-version >
255
255
<root-generated-swagger >${project.basedir} /src-generated-swagger</root-generated-swagger >
256
256
<src-generated-swagger >${root-generated-swagger} /main/java</src-generated-swagger >
257
257
<domain-swagger-file >${project.basedir} /swagger/domain.json</domain-swagger-file >
You can’t perform that action at this time.
0 commit comments