updating poms for 5.31.0-SNAPSHOT development
[cdm-vaadin.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>eu.etaxonomy</groupId>
5 <artifactId>cdm-vaadin</artifactId>
6 <packaging>war</packaging>
7 <version>5.31.0-SNAPSHOT</version>
8 <name>Vaadin Web Application</name>
9 <properties>
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11 <vaadin.version>7.7.17</vaadin.version>
12 <!-- LAST PUBLIC OPEN-SOURCE VERSION OF THE VAADIN 7 FRAMEWORK !!! -->
13 <vaadin-spring.version>1.2.0</vaadin-spring.version>
14 <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
15 <vaadin-spring-addon-eventbus.version>2.0.0.RELEASE</vaadin-spring-addon-eventbus.version>
16 <cdmlib.version>5.31.0-SNAPSHOT</cdmlib.version>
17 <unitils.version>3.4.2</unitils.version>
18 <spring-boot.version>1.3.1.RELEASE</spring-boot.version>
19 <!-- has spring 4.2.4-RELEASE as dependency -->
20 <!--
21 lucene.version must match the version as defined in cdmlib
22 -->
23 <lucene.version>5.4.1</lucene.version>
24 <maven.compiler.source>1.8</maven.compiler.source>
25 <maven.compiler.target>1.8</maven.compiler.target>
26 <doclint>none</doclint>
27 </properties>
28 <prerequisites>
29 <maven>3.6.3</maven>
30 </prerequisites>
31 <repositories>
32 <!-- the cdm internal repository -->
33 <repository>
34 <id>EditRepository</id>
35 <url>https://cybertaxonomy.org/mavenrepo/</url>
36 </repository>
37 <!-- current spring source repositories -->
38 <repository>
39 <id>SpringSource Enterprise Bundle Repository - External Bundle Milestones</id>
40 <url>http://repository.springsource.com/maven/bundles/milestone</url>
41 </repository>
42 <repository>
43 <id>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</id>
44 <url>http://repository.springsource.com/maven/bundles/release</url>
45 </repository>
46 <repository>
47 <id>SpringSource Enterprise Bundle Repository - External Bundle Releases</id>
48 <url>http://repository.springsource.com/maven/bundles/external</url>
49 </repository>
50 <repository>
51 <id>vaadin-addons</id>
52 <url>http://maven.vaadin.com/vaadin-addons</url>
53 </repository>
54 <repository>
55 <id>vaadin-snapshots</id>
56 <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
57 <releases>
58 <enabled>false</enabled>
59 </releases>
60 <snapshots>
61 <enabled>true</enabled>
62 </snapshots>
63 </repository>
64 </repositories>
65 <pluginRepositories>
66 <pluginRepository>
67 <id>vaadin-snapshots</id>
68 <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
69 <releases>
70 <enabled>false</enabled>
71 </releases>
72 <snapshots>
73 <enabled>true</enabled>
74 </snapshots>
75 </pluginRepository>
76 </pluginRepositories>
77 <dependencyManagement>
78 <dependencies>
79 <dependency>
80 <groupId>eu.etaxonomy</groupId>
81 <artifactId>cdmlib-parent</artifactId>
82 <version>${cdmlib.version}</version>
83 <type>pom</type>
84 <scope>import</scope>
85 </dependency>
86 <dependency>
87 <groupId>org.springframework.boot</groupId>
88 <artifactId>spring-boot-starter-parent</artifactId>
89 <version>${spring-boot.version}</version>
90 <type>pom</type>
91 <scope>import</scope>
92 </dependency>
93 <dependency>
94 <groupId>com.vaadin</groupId>
95 <artifactId>vaadin-bom</artifactId>
96 <version>${vaadin.version}</version>
97 <type>pom</type>
98 <scope>import</scope>
99 </dependency>
100 <dependency>
101 <!-- Try updating in cdmlib to 20090211 -->
102 <groupId>org.json</groupId>
103 <artifactId>json</artifactId>
104 <version>20211205</version>
105 </dependency>
106
107
108
109
110
111 <!--
112 <dependency>
113 updating to same version as in vaadin-server 7.7.28 due to https://vaadin.com/security/2021-10-27
114 is not possible due to code incompatibility
115 <groupId>org.jsoup</groupId>
116 <artifactId>jsoup</artifactId>
117 <version>1.14.3</version>
118 </dependency>
119 -->
120 <!--
121 <dependency>
122 < ! - - FIXME move to cdmlib-test - - >
123 <groupId>org.springframework</groupId>
124 <artifactId>spring-mock</artifactId>
125 <version>4.2.3.RELEASE</version>
126 </dependency>
127 <dependency>
128 <groupId>org.seleniumhq.selenium</groupId>
129 <artifactId>selenium-api</artifactId>
130 <version>3.5.3</version>
131 </dependency>
132 <dependency>
133 <groupId>org.seleniumhq.selenium</groupId>
134 <artifactId>selenium-support</artifactId>
135 <version>3.5.3</version>
136 </dependency>
137 -->
138 </dependencies>
139 </dependencyManagement>
140 <distributionManagement>
141 <repository>
142 <uniqueVersion>false</uniqueVersion>
143 <id>cybertaxonomy.eu</id>
144 <name>Edit Maven Repository</name>
145 <url>scpexe://cybertaxonomy.org/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
146 <layout>default</layout>
147 </repository>
148 </distributionManagement>
149 <profiles>
150 <profile>
151 <id>align-cdmlib-version</id>
152 <activation>
153 <property>
154 <name>align-cdmlib-version</name>
155 </property>
156 </activation>
157 <build>
158 <plugins>
159 <plugin>
160 <groupId>com.google.code.maven-replacer-plugin</groupId>
161 <artifactId>replacer</artifactId>
162 <version>1.5.3</version>
163 <executions>
164 <execution>
165 <phase>process-sources</phase>
166 <goals>
167 <goal>replace</goal>
168 </goals>
169 </execution>
170 </executions>
171 <configuration>
172 <file>pom.xml</file>
173 <!-- \u003C = < , \u003E = > -->
174 <token>(\u003Ccdmlib\.version\u003E)[^\u003C]*</token>
175 <value>$1${project.version}</value>
176 </configuration>
177 </plugin>
178 </plugins>
179 </build>
180 </profile>
181 <profile>
182 <id>java8-doclint-disabled</id>
183 <activation>
184 <jdk>[1.8,)</jdk>
185 </activation>
186 <properties>
187 <javadoc.opts>-Xdoclint:none</javadoc.opts>
188 </properties>
189 </profile>
190 </profiles>
191 <build>
192 <resources>
193 <resource>
194 <!-- all main resources without filtering -->
195 <directory>src/main/resources</directory>
196 </resource>
197 <resource>
198 <!-- replace the place holders like ${...} in datasources.xml -->
199 <filtering>true</filtering>
200 <directory>src/test/resources</directory>
201 <targetPath>../test-classes</targetPath>
202 <includes>
203 <include>datasources.xml</include>
204 </includes>
205 </resource>
206 <resource>
207 <!-- all other test resources without filtering -->
208 <directory>src/test/resources</directory>
209 <targetPath>../test-classes</targetPath>
210 <excludes>
211 <exclude>datasources.xml</exclude>
212 </excludes>
213 </resource>
214 </resources>
215 <plugins>
216 <plugin>
217 <groupId>org.apache.maven.plugins</groupId>
218 <artifactId>maven-resources-plugin</artifactId>
219 <version>3.2.0</version>
220 </plugin>
221 <plugin>
222 <groupId>org.apache.maven.plugins</groupId>
223 <artifactId>maven-compiler-plugin</artifactId>
224 <version>3.9.0</version>
225 <configuration>
226 <source>${maven.compiler.source}</source>
227 <target>${maven.compiler.target}</target>
228 <encoding>UTF-8</encoding>
229 </configuration>
230 </plugin>
231 <plugin>
232 <groupId>org.apache.maven.plugins</groupId>
233 <artifactId>maven-surefire-plugin</artifactId>
234 <version>3.0.0-M5</version>
235 <configuration>
236 <argLine>-Xms256m -Xmx512m</argLine>
237 </configuration>
238 </plugin>
239 <!-- As we are doing "inplace" GWT compilation, ensure the widgetset -->
240 <!-- directory is cleaned properly -->
241 <plugin>
242 <artifactId>maven-clean-plugin</artifactId>
243 <version>3.1.0</version>
244 <configuration>
245 <filesets>
246 <fileset>
247 <directory>src/main/webapp/VAADIN/widgetsets</directory>
248 </fileset>
249 </filesets>
250 </configuration>
251 </plugin>
252 <plugin>
253 <groupId>org.apache.maven.plugins</groupId>
254 <artifactId>maven-javadoc-plugin</artifactId>
255 <version>3.3.1</version>
256 <configuration>
257 <doclint>${doclint}</doclint>
258 </configuration>
259 </plugin>
260 <plugin>
261 <groupId>org.apache.maven.plugins</groupId>
262 <artifactId>maven-war-plugin</artifactId>
263 <version>3.3.2</version>
264 <configuration>
265 <failOnMissingWebXml>false</failOnMissingWebXml>
266 <warSourceExcludes>WEB-INF/*,WEB-INF/datasources/*</warSourceExcludes>
267 </configuration>
268 </plugin>
269 <plugin>
270 <groupId>com.vaadin</groupId>
271 <artifactId>vaadin-maven-plugin</artifactId>
272 <version>${vaadin.plugin.version}</version>
273 <configuration>
274 <extraJvmArgs>-Xmx512M -Xss1024k</extraJvmArgs>
275 <!-- We are doing "inplace" but into subdir VAADIN/widgetsets.
276 This way compatible with Vaadin eclipse plugin. -->
277 <webappDirectory>${basedir}/src/main/webapp/VAADIN/widgetsets</webappDirectory>
278 <hostedWebapp>${basedir}/src/main/webapp/VAADIN/widgetsets</hostedWebapp>
279 <!-- Most Vaadin apps don't need this stuff, guide that to target -->
280 <persistentunitcachedir>${project.build.directory}</persistentunitcachedir>
281 <deploy>${project.build.directory}/gwt-deploy</deploy>
282 <!-- Compile report is not typically needed either, saves hunreds
283 of mb disk -->
284 <compileReport>false</compileReport>
285 <noServer>true</noServer>
286 <!-- Remove draftCompile when project is ready -->
287 <draftCompile>false</draftCompile>
288 <style>OBF</style>
289 <runTarget>http://localhost:8080/</runTarget>
290 </configuration>
291 <executions>
292 <execution>
293 <configuration>
294 <!-- if you don't specify any modules, the plugin will find
295 them -->
296 <!-- <modules> <module>com.vaadin.demo.mobilemail.gwt.ColorPickerWidgetSet</module>
297 </modules> -->
298 </configuration>
299 <goals>
300 <goal>clean</goal>
301 <goal>resources</goal>
302 <goal>update-theme</goal>
303 <goal>update-widgetset</goal>
304 <goal>compile-theme</goal>
305 <goal>compile</goal>
306 </goals>
307 </execution>
308 </executions>
309 </plugin>
310 <plugin>
311 <groupId>org.eclipse.jetty</groupId>
312 <artifactId>jetty-maven-plugin</artifactId>
313 <version>9.4.15.v20190215</version>
314 <!--
315 NOTE:
316 9.4.0.RC1 requires jdk 1.8, formerly we've been using version 9.1.3.v20140225 which was
317 the last version compatible to java 7, but this was causing other problems related to asm
318 which could not be easily solved.
319 -->
320 <configuration>
321 <useTestScope>true</useTestScope>
322 <scanIntervalSeconds>2</scanIntervalSeconds>
323 <systemProperties>
324 <force>true</force>
325 <systemProperty>
326 <name>cdm.datasource</name>
327 <value>h2_cdmTest</value>
328 </systemProperty>
329 <systemProperty>
330 <name>hibernate.hbm2ddl.auto</name>
331 <value>create-drop</value>
332 </systemProperty>
333 <systemProperty>
334 <!--
335 The lucene index should be placed into the target folder,
336 so user.home needs to be set to this folder. user.home needs to be overridden
337 since it already exists, thus the force option is turned on above
338 -->
339 <name>user.home</name>
340 <value>${basedir}/target/</value>
341 </systemProperty>
342 <systemProperty>
343 <!--
344 datasources.xml is prepared by <plugins><resources>..</resources> above
345 -->
346 <name>cdm.beanDefinitionFile</name>
347 <value>${project.build.directory}/test-classes/datasources.xml</value>
348 </systemProperty>
349 </systemProperties>
350 </configuration>
351 <dependencies>
352 <dependency>
353 <groupId>org.slf4j</groupId>
354 <artifactId>slf4j-log4j12</artifactId>
355 <version>1.6.4</version>
356 </dependency>
357 </dependencies>
358 </plugin>
359 <plugin>
360 <groupId>org.apache.maven.plugins</groupId>
361 <artifactId>maven-failsafe-plugin</artifactId>
362 <version>3.0.0-M5</version>
363 <configuration>
364 <!-- Remove the skipTests line below to run TestBench tests -->
365 <!-- <skipTests>true</skipTests> -->
366 </configuration>
367 <executions>
368 <execution>
369 <goals>
370 <goal>integration-test</goal>
371 <goal>verify</goal>
372 </goals>
373 </execution>
374 </executions>
375 </plugin>
376 <!-- Browser Driver Downloader -->
377 <plugin>
378 <groupId>com.lazerycode.selenium</groupId>
379 <artifactId>driver-binary-downloader-maven-plugin</artifactId>
380 <version>1.0.18</version>
381 <!-- has a bug -->
382 <configuration>
383 <rootStandaloneServerDirectory>selenium/bin</rootStandaloneServerDirectory>
384 <downloadedZipFileDirectory>selenium/zip</downloadedZipFileDirectory>
385 </configuration>
386 <executions>
387 <execution>
388 <goals>
389 <goal>selenium</goal>
390 </goals>
391 </execution>
392 </executions>
393 </plugin>
394 <plugin>
395 <!-- groupId>ch.dvbern.oss.maven.jgitflow</groupId>
396 <artifactId>jgitflow-maven-plugin</artifactId>
397 <version>1.0-m8</version> -->
398 <groupId>external.atlassian.jgitflow</groupId>
399 <artifactId>jgitflow-maven-plugin</artifactId>
400 <version>1.0-m6</version>
401 <configuration>
402 <pushHotfixes>true</pushHotfixes>
403 <pushReleases>true</pushReleases>
404 <enableSshAgent>true</enableSshAgent>
405 <allowSnapshots>true</allowSnapshots>
406 <allowUntracked>true</allowUntracked>
407 </configuration>
408 <dependencies>
409 <!-- upgrading dependency jsch.agent.version of jgit-flow plugin
410 to 0.1.53 in order have ssl key exchange algorithms compatible with openssh
411 6.7 -->
412 <dependency>
413 <groupId>com.jcraft</groupId>
414 <artifactId>jsch</artifactId>
415 <version>0.1.55</version>
416 </dependency>
417 </dependencies>
418 </plugin>
419 <plugin>
420 <groupId>org.apache.maven.plugins</groupId>
421 <artifactId>maven-enforcer-plugin</artifactId>
422 <version>3.0.0</version>
423 <executions>
424 <execution>
425 <id>enforce</id>
426 <configuration>
427 <fail>false</fail>
428 <skip>false</skip>
429 <rules>
430 <dependencyConvergence />
431 <requireMavenVersion>
432 <version>[3.6.0,)</version>
433 </requireMavenVersion>
434 </rules>
435 </configuration>
436 <goals>
437 <goal>enforce</goal>
438
439
440
441
442
443 <!-- Binds by default to the lifecycle phase: validate -->
444 </goals>
445 </execution>
446 </executions>
447 </plugin>
448 </plugins>
449 <extensions>
450 <extension>
451 <groupId>org.apache.maven.wagon</groupId>
452 <artifactId>wagon-scm</artifactId>
453 <version>3.5.1</version>
454 </extension>
455 <extension>
456 <groupId>org.apache.maven.wagon</groupId>
457 <artifactId>wagon-ssh</artifactId>
458 <version>3.5.1</version>
459 </extension>
460 <extension>
461 <groupId>org.apache.maven.wagon</groupId>
462 <artifactId>wagon-ssh-external</artifactId>
463 <version>3.5.1</version>
464 </extension>
465 <extension>
466 <groupId>org.apache.maven.scm</groupId>
467 <artifactId>maven-scm-manager-plexus</artifactId>
468 <version>1.12.2</version>
469 </extension>
470 <extension>
471 <groupId>org.apache.maven.scm</groupId>
472 <artifactId>maven-scm-provider-svnexe</artifactId>
473 <version>1.12.2</version>
474 </extension>
475 <!-- WebDAV plugin to upload snapshots -->
476 <extension>
477 <groupId>org.apache.maven.wagon</groupId>
478 <artifactId>wagon-webdav-jackrabbit</artifactId>
479 <version>3.5.1</version>
480 </extension>
481 </extensions>
482 <pluginManagement>
483 <plugins>
484 <plugin>
485 <groupId>org.apache.maven.plugins</groupId>
486 <artifactId>maven-eclipse-plugin</artifactId>
487 <version>2.10</version>
488 <configuration>
489 <wtpversion>2.0</wtpversion>
490 <additionalProjectnatures>
491 <projectnature>com.vaadin.integration.eclipse.widgetsetNature</projectnature>
492 </additionalProjectnatures>
493 <additionalBuildcommands>
494 <buildcommand>com.vaadin.integration.eclipse.widgetsetBuilder</buildcommand>
495 <buildcommand>com.vaadin.integration.eclipse.addonStylesBuilder</buildcommand>
496 </additionalBuildcommands>
497 </configuration>
498 </plugin>
499 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
500 <plugin>
501 <groupId>org.eclipse.m2e</groupId>
502 <artifactId>lifecycle-mapping</artifactId>
503 <version>1.0.0</version>
504 <configuration>
505 <lifecycleMappingMetadata>
506 <pluginExecutions>
507 <pluginExecution>
508 <pluginExecutionFilter>
509 <groupId>com.lazerycode.selenium</groupId>
510 <artifactId>
511 driver-binary-downloader-maven-plugin
512 </artifactId>
513 <versionRange>[1.0.14,)</versionRange>
514 <goals>
515 <goal>selenium</goal>
516 </goals>
517 </pluginExecutionFilter>
518 <action>
519 <ignore />
520 </action>
521 </pluginExecution>
522 </pluginExecutions>
523 </lifecycleMappingMetadata>
524 </configuration>
525 </plugin>
526 </plugins>
527 </pluginManagement>
528 </build>
529 <dependencies>
530 <!-- ============ Vaadin ============ -->
531 <dependency>
532 <groupId>com.vaadin</groupId>
533 <artifactId>vaadin-spring</artifactId>
534 <version>${vaadin-spring.version}</version>
535 </dependency>
536 <dependency>
537 <groupId>org.vaadin.spring.addons</groupId>
538 <artifactId>vaadin-spring-addon-eventbus</artifactId>
539 <version>${vaadin-spring-addon-eventbus.version}</version>
540 </dependency>
541 <dependency>
542 <groupId>com.vaadin</groupId>
543 <artifactId>vaadin-server</artifactId>
544
545
546
547
548
549 <!--
550 vaadin-server dependency jsoup upgraded due to https://vaadin.com/security/2021-10-27
551 further updating of vaadin 7 is no longer possible without purchasing the pro license
552 -->
553 </dependency>
554 <dependency>
555 <groupId>com.vaadin</groupId>
556 <artifactId>vaadin-client-compiled</artifactId>
557 </dependency>
558 <!-- Needed when using the widgetset optimizer (custom ConnectorBundleLoaderFactory).
559 For widgetset compilation, vaadin-client-compiler is automatically added
560 on the compilation classpath by vaadin-maven-plugin so normally there is
561 no need for an explicit dependency. -->
562 <!-- <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-client-compiler</artifactId>
563 <version>${vaadin.version}</version> <scope>provided</scope> </dependency> -->
564 <dependency>
565 <groupId>com.vaadin</groupId>
566 <artifactId>vaadin-client</artifactId>
567 <scope>test</scope>
568 <exclusions>
569 <exclusion>
570 <groupId>javax.validation</groupId>
571 <artifactId>validation-api</artifactId>
572 </exclusion>
573 </exclusions>
574 </dependency>
575 <!-- disabling push for the moment because it does not work with run-jetty-run
576 due to the fact that the latest (even nightly) version of run-jetty-run uses
577 9.0.0 M3 which is incompatible with atmoshpere. this does work with the jetty
578 included in this pom which is 9.2.5.xx, implying that enabling the dependency
579 and running the web app via 'mvn jetty:run' works fine. -->
580 <!-- <dependency> -->
581 <!-- <groupId>com.vaadin</groupId> -->
582 <!-- <artifactId>vaadin-push</artifactId> -->
583 <!-- <version>${vaadin.version}</version> -->
584 <!-- </dependency> -->
585 <dependency>
586 <groupId>com.vaadin</groupId>
587 <artifactId>vaadin-themes</artifactId>
588 </dependency>
589 <!-- vaadin addons / extensions -->
590 <dependency>
591 <groupId>org.vaadin.addons</groupId>
592 <artifactId>contextmenu</artifactId>
593 <version>4.5</version>
594 </dependency>
595 <dependency>
596 <groupId>org.vaadin.teemu</groupId>
597 <artifactId>switch</artifactId>
598 <version>2.0.4-SNAPSHOT</version>
599 </dependency>
600 <dependency>
601 <groupId>org.vaadin</groupId>
602 <artifactId>viritin</artifactId>
603 <version>1.61</version>
604 </dependency>
605 <dependency>
606 <groupId>org.vaadin.addon</groupId>
607 <artifactId>v-leaflet</artifactId>
608 <version>1.0.3</version>
609 </dependency>
610 <dependency>
611 <groupId>org.vaadin.addons.lazyquerycontainer</groupId>
612 <artifactId>vaadin-lazyquerycontainer</artifactId>
613 <version>7.6.1.3</version>
614 </dependency>
615 <dependency>
616 <groupId>com.flowingcode.vaadin.addons</groupId>
617 <artifactId>error-window-vaadin</artifactId>
618 <version>1.0.0</version>
619 </dependency>
620 <!--
621 <dependency>
622 <groupId>org.vaadin.spring.extensions</groupId>
623 <artifactId>vaadin-spring-ext-test</artifactId>
624 <version>0.0.8-SNAPSHOT</version>
625 <scope>test</scope>
626 </dependency>
627 -->
628 <!-- <dependency>
629 only in the edit repo
630 <groupId>org.vaadin.addons</groupId>
631 <artifactId>lazyloadwrapper</artifactId>
632 <version>0.1-alpha</version>
633 </dependency> -->
634 <!-- ============ cdmlib ============ -->
635 <dependency>
636 <groupId>eu.etaxonomy</groupId>
637 <artifactId>cdmlib-remote</artifactId>
638 <scope>compile</scope>
639 </dependency>
640 <dependency>
641 <groupId>eu.etaxonomy</groupId>
642 <artifactId>cdmlib-cache</artifactId>
643 <version>${cdmlib.version}</version>
644 </dependency>
645 <dependency>
646 <groupId>eu.etaxonomy</groupId>
647 <artifactId>cdmlib-test</artifactId>
648 <scope>test</scope>
649 </dependency>
650 <dependency>
651 <groupId>eu.etaxonomy</groupId>
652 <artifactId>cdmlib-db</artifactId>
653 <version>${cdmlib.version}</version>
654 <scope>test</scope>
655 </dependency>
656 <!-- ============ Other ============ -->
657 <!--
658 to override version number coming with vaadin client
659 version is managed in cdmlib-parent
660 -->
661 <dependency>
662 <groupId>javax.validation</groupId>
663 <artifactId>validation-api</artifactId>
664 </dependency>
665 <dependency>
666 <groupId>org.springmodules</groupId>
667 <artifactId>spring-modules-cache</artifactId>
668 <version>0.7</version>
669 <exclusions>
670 <exclusion>
671 <groupId>org.springframework</groupId>
672 <artifactId>spring</artifactId>
673 </exclusion>
674 <exclusion>
675 <groupId>org.springframework</groupId>
676 <artifactId>spring-mock</artifactId>
677 </exclusion>
678 </exclusions>
679 <scope>test</scope>
680 </dependency>
681 <dependency>
682 <groupId>org.springframework</groupId>
683 <artifactId>spring-test</artifactId>
684 <scope>test</scope>
685 </dependency>
686 <dependency>
687 <groupId>org.json</groupId>
688 <artifactId>json</artifactId>
689 </dependency>
690 <dependency>
691 <groupId>javax.servlet</groupId>
692 <artifactId>javax.servlet-api</artifactId>
693 <scope>provided</scope>
694 </dependency>
695 <!-- ========== testing ======== -->
696 <dependency>
697 <groupId>com.codeborne</groupId>
698 <artifactId>selenide</artifactId>
699 <version>4.7.1</version>
700 <scope>test</scope>
701 </dependency>
702 <dependency>
703 <groupId>org.springframework.boot</groupId>
704 <artifactId>spring-boot</artifactId>
705 </dependency>
706 <dependency>
707 <groupId>org.springframework.boot</groupId>
708 <artifactId>spring-boot-starter-jetty</artifactId>
709 </dependency>
710 <dependency>
711 <groupId>org.springframework</groupId>
712 <artifactId>spring-beans</artifactId>
713 </dependency>
714 </dependencies>
715 </project>