|
89 | 89 | <libphonenumber.version>8.13.4</libphonenumber.version>
|
90 | 90 | <log4j.version>2.19.0</log4j.version>
|
91 | 91 | <lucene.version>8.3.0</lucene.version>
|
| 92 | + <maven.compiler.version>3.8.1</maven.compiler.version> |
| 93 | + <maven.failsafe.version>3.2.5</maven.failsafe.version> |
| 94 | + <maven.surefire.version>3.2.5</maven.surefire.version> |
92 | 95 | <micrometer.version>1.10.2</micrometer.version>
|
93 | 96 | <mockito.version>5.4.0</mockito.version>
|
94 | 97 | <nv-i18n.version>1.27</nv-i18n.version>
|
95 | 98 | <opennlp.version>2.1.0</opennlp.version>
|
96 | 99 | <pdfbox.version>2.0.23</pdfbox.version>
|
97 | 100 | <redis-mock.version>0.1.6</redis-mock.version>
|
98 |
| - <redisson.version>3.19.1</redisson.version> |
| 101 | + <redisson.version>3.27.2</redisson.version> |
99 | 102 | <retrofit.version>2.9.0</retrofit.version>
|
100 | 103 | <scala.major.version>2.12</scala.major.version>
|
101 | 104 | <segment.version>2.0.1</segment.version>
|
|
107 | 110 | <plugin>
|
108 | 111 | <groupId>org.apache.maven.plugins</groupId>
|
109 | 112 | <artifactId>maven-compiler-plugin</artifactId>
|
110 |
| - <version>3.8.1</version> |
| 113 | + <version>${maven.compiler.version}</version> |
111 | 114 | </plugin>
|
112 | 115 | </plugins>
|
113 | 116 | </pluginManagement>
|
|
121 | 124 | <plugin>
|
122 | 125 | <groupId>org.apache.maven.plugins</groupId>
|
123 | 126 | <artifactId>maven-surefire-plugin</artifactId>
|
124 |
| - <version>2.22.2</version> |
125 |
| - <dependencies> |
126 |
| - <dependency> |
127 |
| - <groupId>org.junit.platform</groupId> |
128 |
| - <artifactId>junit-platform-surefire-provider</artifactId> |
129 |
| - <version>1.3.2</version> |
130 |
| - </dependency> |
131 |
| - <dependency> |
132 |
| - <groupId>org.junit.jupiter</groupId> |
133 |
| - <artifactId>junit-jupiter-engine</artifactId> |
134 |
| - <version>${junit.version}</version> |
135 |
| - </dependency> |
136 |
| - </dependencies> |
| 127 | + <version>${maven.surefire.version}</version> |
137 | 128 | <configuration>
|
138 | 129 | <argLine>-Xmx8g --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
|
139 | 130 | <excludes>
|
|
147 | 138 | <plugin>
|
148 | 139 | <groupId>org.apache.maven.plugins</groupId>
|
149 | 140 | <artifactId>maven-failsafe-plugin</artifactId>
|
150 |
| - <version>2.22.2</version> |
| 141 | + <version>${maven.failsafe.version}</version> |
151 | 142 | <configuration>
|
152 | 143 | <includes>
|
153 | 144 | <include>**/*IT.java</include>
|
|
0 commit comments