summaryrefslogtreecommitdiffstats
path: root/onboarding/pom.xml
diff options
context:
space:
mode:
authorolegb <olegb@amdocs.com>2018-06-03 07:55:57 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2018-06-24 14:03:17 +0300
commit82c94daf74c08f111f6ce31c832df3f5583b14f7 (patch)
tree3d6207a6a02f6cc11fb0ba5a980eca46322d2081 /onboarding/pom.xml
parentec3b877ab6d9ed87bdecfe420fcfe0436b3cfe7a (diff)
Error pop-up contain empty/internal information
Issue-ID: SDC-1393 Change-Id: Ibb60e21431bb886dd7dd499202cf226af3e2465d Signed-off-by: Oleg Beltz <olegb@amdocs.com>
Diffstat (limited to 'onboarding/pom.xml')
-rw-r--r--onboarding/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index 28877803d7..f1c6099f21 100644
--- a/onboarding/pom.xml
+++ b/onboarding/pom.xml
@@ -138,6 +138,12 @@
<scope>test</scope>
<version>${testng.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ <version>1.3</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
#n189'>189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269