File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/in/bhargavrao/stackoverflow/natty/commands Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 <version >0.5</version >
2626 </dependency >
2727 <dependency >
28- <groupId >commons-lang </groupId >
29- <artifactId >commons-lang </artifactId >
30- <version >2 .6</version >
28+ <groupId >org.apache. commons</groupId >
29+ <artifactId >commons-lang3 </artifactId >
30+ <version >3 .6</version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.apache.tika</groupId >
9292 </plugin >
9393 </plugins >
9494 </build >
95- </project >
95+ </project >
Original file line number Diff line number Diff line change 55import in .bhargavrao .stackoverflow .natty .services .FileStorageService ;
66import in .bhargavrao .stackoverflow .natty .services .StorageService ;
77import in .bhargavrao .stackoverflow .natty .utils .CommandUtils ;
8- import org .apache .commons .lang .StringUtils ;
8+ import org .apache .commons .lang3 .StringUtils ;
99
1010/**
1111 * Created by bhargav.h on 30-Sep-16.
Original file line number Diff line number Diff line change 88import in .bhargavrao .stackoverflow .natty .services .FileStorageService ;
99import in .bhargavrao .stackoverflow .natty .services .StorageService ;
1010import in .bhargavrao .stackoverflow .natty .utils .CommandUtils ;
11- import org .apache .commons .lang .StringUtils ;
11+ import org .apache .commons .lang3 .StringUtils ;
1212
1313/**
1414 * Created by bhargav.h on 30-Sep-16.
Original file line number Diff line number Diff line change 88import in .bhargavrao .stackoverflow .natty .services .FileStorageService ;
99import in .bhargavrao .stackoverflow .natty .services .StorageService ;
1010import in .bhargavrao .stackoverflow .natty .utils .CommandUtils ;
11- import org .apache .commons .lang .StringUtils ;
11+ import org .apache .commons .lang3 .StringUtils ;
1212
1313/**
1414 * Created by bhargav.h on 30-Sep-16.
You can’t perform that action at this time.
0 commit comments