File tree Expand file tree Collapse file tree 6 files changed +21
-18
lines changed
src/main/java/com/ericsson/ei/controller/model Expand file tree Collapse file tree 6 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 136
136
<artifactId >joda-time</artifactId >
137
137
</dependency >
138
138
<dependency >
139
- <groupId >commons-lang </groupId >
140
- <artifactId >commons-lang </artifactId >
141
- <version >2.6 </version >
139
+ <groupId >org.apache. commons</groupId >
140
+ <artifactId >commons-lang3 </artifactId >
141
+ <version >3.5 </version >
142
142
</dependency >
143
143
<dependency >
144
144
<groupId >io.springfox</groupId >
198
198
<seperateMethodsByContentType >false</seperateMethodsByContentType >
199
199
<useJackson1xCompatibility >false</useJackson1xCompatibility >
200
200
<rule >com.phoenixnap.oss.ramlapisync.generation.rules.Spring4ControllerInterfaceRule</rule >
201
+ <generationConfig >
202
+ <useCommonsLang3 >true</useCommonsLang3 >
203
+ </generationConfig >
201
204
</configuration >
202
205
<executions >
203
206
<execution >
Original file line number Diff line number Diff line change 9
9
import com .fasterxml .jackson .annotation .JsonInclude ;
10
10
import com .fasterxml .jackson .annotation .JsonProperty ;
11
11
import com .fasterxml .jackson .annotation .JsonPropertyOrder ;
12
- import org .apache .commons .lang .builder .EqualsBuilder ;
13
- import org .apache .commons .lang .builder .HashCodeBuilder ;
14
- import org .apache .commons .lang .builder .ToStringBuilder ;
12
+ import org .apache .commons .lang3 .builder .EqualsBuilder ;
13
+ import org .apache .commons .lang3 .builder .HashCodeBuilder ;
14
+ import org .apache .commons .lang3 .builder .ToStringBuilder ;
15
15
16
16
@ JsonInclude (JsonInclude .Include .NON_NULL )
17
17
@ JsonPropertyOrder ({
Original file line number Diff line number Diff line change 8
8
import com .fasterxml .jackson .annotation .JsonIgnore ;
9
9
import com .fasterxml .jackson .annotation .JsonInclude ;
10
10
import com .fasterxml .jackson .annotation .JsonPropertyOrder ;
11
- import org .apache .commons .lang .builder .EqualsBuilder ;
12
- import org .apache .commons .lang .builder .HashCodeBuilder ;
13
- import org .apache .commons .lang .builder .ToStringBuilder ;
11
+ import org .apache .commons .lang3 .builder .EqualsBuilder ;
12
+ import org .apache .commons .lang3 .builder .HashCodeBuilder ;
13
+ import org .apache .commons .lang3 .builder .ToStringBuilder ;
14
14
15
15
@ JsonInclude (JsonInclude .Include .NON_NULL )
16
16
@ JsonPropertyOrder ({
Original file line number Diff line number Diff line change 11
11
import com .fasterxml .jackson .annotation .JsonInclude ;
12
12
import com .fasterxml .jackson .annotation .JsonProperty ;
13
13
import com .fasterxml .jackson .annotation .JsonPropertyOrder ;
14
- import org .apache .commons .lang .builder .EqualsBuilder ;
15
- import org .apache .commons .lang .builder .HashCodeBuilder ;
16
- import org .apache .commons .lang .builder .ToStringBuilder ;
14
+ import org .apache .commons .lang3 .builder .EqualsBuilder ;
15
+ import org .apache .commons .lang3 .builder .HashCodeBuilder ;
16
+ import org .apache .commons .lang3 .builder .ToStringBuilder ;
17
17
18
18
@ JsonInclude (JsonInclude .Include .NON_NULL )
19
19
@ JsonPropertyOrder ({
Original file line number Diff line number Diff line change 11
11
import com .fasterxml .jackson .annotation .JsonInclude ;
12
12
import com .fasterxml .jackson .annotation .JsonProperty ;
13
13
import com .fasterxml .jackson .annotation .JsonPropertyOrder ;
14
- import org .apache .commons .lang .builder .EqualsBuilder ;
15
- import org .apache .commons .lang .builder .HashCodeBuilder ;
16
- import org .apache .commons .lang .builder .ToStringBuilder ;
14
+ import org .apache .commons .lang3 .builder .EqualsBuilder ;
15
+ import org .apache .commons .lang3 .builder .HashCodeBuilder ;
16
+ import org .apache .commons .lang3 .builder .ToStringBuilder ;
17
17
18
18
@ JsonInclude (JsonInclude .Include .NON_NULL )
19
19
@ JsonPropertyOrder ({
Original file line number Diff line number Diff line change 9
9
import com .fasterxml .jackson .annotation .JsonInclude ;
10
10
import com .fasterxml .jackson .annotation .JsonProperty ;
11
11
import com .fasterxml .jackson .annotation .JsonPropertyOrder ;
12
- import org .apache .commons .lang .builder .EqualsBuilder ;
13
- import org .apache .commons .lang .builder .HashCodeBuilder ;
14
- import org .apache .commons .lang .builder .ToStringBuilder ;
12
+ import org .apache .commons .lang3 .builder .EqualsBuilder ;
13
+ import org .apache .commons .lang3 .builder .HashCodeBuilder ;
14
+ import org .apache .commons .lang3 .builder .ToStringBuilder ;
15
15
16
16
@ JsonInclude (JsonInclude .Include .NON_NULL )
17
17
@ JsonPropertyOrder ({
You can’t perform that action at this time.
0 commit comments