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