upgraded version dependencies
This commit is contained in:
parent
dc69d34202
commit
3625e67ce6
4
fluent-regex.txt
Normal file
4
fluent-regex.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Regex:
|
||||||
|
public void set([^\{]+)\{(\W*)this\.([^;]+);(\W*)}
|
||||||
|
Replace:
|
||||||
|
public void set$1\{$2this\.$3;$4}\n\n\tpublic HistoricTaskQueryRepresentation with$1\{$2this\.$3;$2return this;$4}
|
7
pom.xml
7
pom.xml
@ -42,8 +42,9 @@
|
|||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
|
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
|
||||||
|
|
||||||
<jersey.version>2.35</jersey.version>
|
<jersey.version>2.39.1</jersey.version>
|
||||||
<cxf.version>3.4.7</cxf.version>
|
<cxf.version>3.5.6</cxf.version>
|
||||||
|
<jackson.version>2.15.1</jackson.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -55,7 +56,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.module</groupId>
|
<groupId>com.fasterxml.jackson.module</groupId>
|
||||||
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
||||||
<version>2.12.2</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.cxf</groupId>
|
<groupId>org.apache.cxf</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user