Commit a0a5c59 1 parent e71708f commit a0a5c59 Copy full SHA for a0a5c59
File tree 7 files changed +67
-0
lines changed
7 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 126
126
<groupId >org.apache.commons</groupId >
127
127
<artifactId >commons-configuration2</artifactId >
128
128
<version >${commons-conf2.version} </version >
129
+ <exclusions >
130
+ <exclusion >
131
+ <groupId >org.apache.commons</groupId >
132
+ <artifactId >commons-text</artifactId >
133
+ </exclusion >
134
+ </exclusions >
135
+ </dependency >
136
+
137
+ <dependency >
138
+ <groupId >org.apache.commons</groupId >
139
+ <artifactId >commons-text</artifactId >
140
+ <version >${commons-text.version} </version >
129
141
</dependency >
130
142
131
143
<dependency >
Original file line number Diff line number Diff line change 139
139
<groupId >org.apache.commons</groupId >
140
140
<artifactId >commons-configuration2</artifactId >
141
141
<version >${commons-conf2.version} </version >
142
+ <exclusions >
143
+ <exclusion >
144
+ <groupId >org.apache.commons</groupId >
145
+ <artifactId >commons-text</artifactId >
146
+ </exclusion >
147
+ </exclusions >
148
+ </dependency >
149
+ <dependency >
150
+ <groupId >org.apache.commons</groupId >
151
+ <artifactId >commons-text</artifactId >
152
+ <version >${commons-text.version} </version >
142
153
</dependency >
143
154
<dependency >
144
155
<groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change 72
72
<groupId >org.apache.commons</groupId >
73
73
<artifactId >commons-configuration2</artifactId >
74
74
<version >${commons-conf2.version} </version >
75
+ <exclusions >
76
+ <exclusion >
77
+ <groupId >org.apache.commons</groupId >
78
+ <artifactId >commons-text</artifactId >
79
+ </exclusion >
80
+ </exclusions >
75
81
</dependency >
76
82
77
83
<dependency >
88
94
<scope >compile</scope >
89
95
</dependency >
90
96
97
+ <dependency >
98
+ <groupId >org.apache.commons</groupId >
99
+ <artifactId >commons-text</artifactId >
100
+ <version >${commons-text.version} </version >
101
+ </dependency >
102
+
91
103
<dependency >
92
104
<groupId >commons-collections</groupId >
93
105
<artifactId >commons-collections</artifactId >
Original file line number Diff line number Diff line change 55
55
<groupId >org.apache.commons</groupId >
56
56
<artifactId >commons-configuration2</artifactId >
57
57
</exclusion >
58
+ <exclusion >
59
+ <groupId >org.apache.commons</groupId >
60
+ <artifactId >commons-text</artifactId >
61
+ </exclusion >
58
62
</exclusions >
59
63
</dependency >
64
+ <dependency >
65
+ <groupId >org.apache.commons</groupId >
66
+ <artifactId >commons-text</artifactId >
67
+ <version >${commons-text.version} </version >
68
+ </dependency >
60
69
</dependencies >
61
70
62
71
Original file line number Diff line number Diff line change 72
72
<groupId >org.apache.commons</groupId >
73
73
<artifactId >commons-configuration2</artifactId >
74
74
</exclusion >
75
+ <exclusion >
76
+ <groupId >org.apache.commons</groupId >
77
+ <artifactId >commons-text</artifactId >
78
+ </exclusion >
75
79
</exclusions >
76
80
</dependency >
77
81
112
116
</exclusion >
113
117
</exclusions >
114
118
</dependency >
119
+
120
+ <dependency >
121
+ <groupId >org.apache.commons</groupId >
122
+ <artifactId >commons-text</artifactId >
123
+ <version >${commons-text.version} </version >
124
+ </dependency >
125
+
115
126
</dependencies >
116
127
117
128
</project >
Original file line number Diff line number Diff line change 68
68
<groupId >org.apache.commons</groupId >
69
69
<artifactId >commons-configuration2</artifactId >
70
70
<version >${commons-conf2.version} </version >
71
+ <exclusions >
72
+ <exclusion >
73
+ <groupId >org.apache.commons</groupId >
74
+ <artifactId >commons-text</artifactId >
75
+ </exclusion >
76
+ </exclusions >
77
+ </dependency >
78
+ <dependency >
79
+ <groupId >org.apache.commons</groupId >
80
+ <artifactId >commons-text</artifactId >
81
+ <version >${commons-text.version} </version >
71
82
</dependency >
72
83
73
84
<dependency >
Original file line number Diff line number Diff line change 726
726
<commons-lang .version>2.6</commons-lang .version>
727
727
<commons-logging .version>1.1.3</commons-logging .version>
728
728
<commons-validator .version>1.6</commons-validator .version>
729
+ <commons-text .version>1.10.0</commons-text .version>
729
730
<curator .version>4.3.0</curator .version>
730
731
<doxia .version>1.8</doxia .version>
731
732
<dropwizard-metrics >3.2.2</dropwizard-metrics >
You can’t perform that action at this time.
0 commit comments