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