124124 <artifactId >servlet-api</artifactId >
125125 <version >${servlet-api-version} </version >
126126 </dependency >
127- <!-- Bean Validation API support -->
128- <dependency >
129- <groupId >javax.validation</groupId >
130- <artifactId >validation-api</artifactId >
131- <version >1.1.0.Final</version >
132- <scope >provided</scope >
133- </dependency >
134- <dependency >
135- <groupId >org.testng</groupId >
136- <artifactId >testng</artifactId >
137- <version >6.8.8</version >
138- <scope >test</scope >
139- <exclusions >
140- <exclusion >
141- <artifactId >junit</artifactId >
142- <groupId >junit</groupId >
143- </exclusion >
144- <exclusion >
145- <artifactId >snakeyaml</artifactId >
146- <groupId >org.yaml</groupId >
147- </exclusion >
148- <exclusion >
149- <artifactId >bsh</artifactId >
150- <groupId >org.beanshell</groupId >
151- </exclusion >
152- </exclusions >
153- </dependency >
154- <dependency >
155- <groupId >org.apache.httpcomponents</groupId >
156- <artifactId >httpclient</artifactId >
157- <version >4.5.2</version >
158- <scope >test</scope >
159- </dependency >
127+ <!-- Bean Validation API support -->
128+ <dependency >
129+ <groupId >javax.validation</groupId >
130+ <artifactId >validation-api</artifactId >
131+ <version >1.1.0.Final</version >
132+ <scope >provided</scope >
133+ </dependency >
134+ <dependency >
135+ <groupId >org.testng</groupId >
136+ <artifactId >testng</artifactId >
137+ <version >6.8.8</version >
138+ <scope >test</scope >
139+ <exclusions >
140+ <exclusion >
141+ <artifactId >junit</artifactId >
142+ <groupId >junit</groupId >
143+ </exclusion >
144+ <exclusion >
145+ <artifactId >snakeyaml</artifactId >
146+ <groupId >org.yaml</groupId >
147+ </exclusion >
148+ <exclusion >
149+ <artifactId >bsh</artifactId >
150+ <groupId >org.beanshell</groupId >
151+ </exclusion >
152+ </exclusions >
153+ </dependency >
154+ <dependency >
155+ <groupId >org.apache.httpcomponents</groupId >
156+ <artifactId >httpclient</artifactId >
157+ <version >4.5.2</version >
158+ <scope >test</scope >
159+ </dependency >
160160 </dependencies >
161161 <properties >
162162 <java .version>1.8</java .version>
167167 <junit-version >4.12</junit-version >
168168 <servlet-api-version >2.5</servlet-api-version >
169169 <springfox-version >2.7.0</springfox-version >
170- <jackson-version >2.8 .9</jackson-version >
170+ <jackson-version >2.9 .9</jackson-version >
171171 <jackson-threetenbp-version >2.6.4</jackson-threetenbp-version >
172172 <spring-version >4.3.9.RELEASE</spring-version >
173173 </properties >
174- </project >
174+ </project >
0 commit comments