|
6 | 6 |
|
7 | 7 | <groupId>com.eficode</groupId>
|
8 | 8 | <artifactId>devstack</artifactId>
|
9 |
| - <version>2.3.12-SNAPSHOT</version> |
| 9 | + <version>2.3.13</version> |
10 | 10 | <packaging>jar</packaging>
|
11 | 11 |
|
12 | 12 | <name>DevStack</name>
|
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>com.eficode.atlassian</groupId>
|
104 | 104 | <artifactId>jirainstancemanager</artifactId>
|
105 |
| - <version>2.0.3-SNAPSHOT</version> |
| 105 | + <version>2.1.1</version> |
106 | 106 | </dependency>
|
107 | 107 |
|
108 | 108 |
|
109 | 109 | <!-- https://mvnrepository.com/artifact/de.gesellix/docker-client -->
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>de.gesellix</groupId>
|
112 | 112 | <artifactId>docker-client</artifactId>
|
113 |
| - <version>2023-08-16T08-25-00</version> |
| 113 | + <version>2023-12-01T19-40-00</version> |
114 | 114 | </dependency>
|
115 | 115 |
|
116 | 116 |
|
117 |
| - <!--dependency> |
118 |
| - <groupId>org.junit.jupiter</groupId> |
119 |
| - <artifactId>junit-jupiter-api</artifactId> |
120 |
| - <version>5.9.0</version> |
121 |
| - <scope>test</scope> |
122 |
| - </dependency> |
123 |
| - <dependency> |
124 |
| - <groupId>org.junit.jupiter</groupId> |
125 |
| - <artifactId>junit-jupiter-engine</artifactId> |
126 |
| - <version>5.9.0</version> |
127 |
| - <scope>test</scope> |
128 |
| - </dependency--> |
129 |
| - |
130 | 117 | <dependency>
|
131 | 118 | <groupId>org.junit.jupiter</groupId>
|
132 | 119 | <artifactId>junit-jupiter-api</artifactId>
|
|
179 | 166 | </execution>
|
180 | 167 | </executions>
|
181 | 168 | </plugin>
|
| 169 | + <plugin> |
| 170 | + <artifactId>maven-surefire-plugin</artifactId> |
| 171 | + <version>3.2.5</version> |
| 172 | + <configuration> |
| 173 | + <useFile>false</useFile> |
| 174 | + <includes> |
| 175 | + <include>**/*Test</include> |
| 176 | + <include>**/*Spec</include> |
| 177 | + </includes> |
| 178 | + <statelessTestsetReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter"> |
| 179 | + <disable>false</disable> |
| 180 | + <version>3.0</version> |
| 181 | + <usePhrasedFileName>false</usePhrasedFileName> |
| 182 | + <usePhrasedTestSuiteClassName>true</usePhrasedTestSuiteClassName> |
| 183 | + <usePhrasedTestCaseClassName>true</usePhrasedTestCaseClassName> |
| 184 | + <usePhrasedTestCaseMethodName>true</usePhrasedTestCaseMethodName> |
| 185 | + </statelessTestsetReporter> |
| 186 | + </configuration> |
| 187 | + </plugin> |
182 | 188 | <plugin>
|
183 | 189 | <groupId>org.codehaus.gmavenplus</groupId>
|
184 | 190 | <artifactId>gmavenplus-plugin</artifactId>
|
185 |
| - <version>2.0.0</version> |
| 191 | + <version>3.0.2</version> |
186 | 192 | <executions>
|
187 | 193 | <execution>
|
188 | 194 | <goals>
|
|
213 | 219 | </scripts>
|
214 | 220 | </configuration>
|
215 | 221 | </plugin>
|
216 |
| - <plugin> |
217 |
| - <groupId>org.apache.maven.plugins</groupId> |
218 |
| - <artifactId>maven-surefire-plugin</artifactId> |
219 |
| - <version>3.0.0-M7</version> |
220 |
| - <configuration> |
221 |
| - <includes> |
222 |
| - <include>**/*Spec.class</include> |
223 |
| - <include>**/*Test.java</include> |
224 |
| - </includes> |
225 |
| - <skipTests>true</skipTests> |
226 |
| - </configuration> |
227 |
| - </plugin> |
228 | 222 | </plugins>
|
229 | 223 | </build>
|
230 | 224 |
|
|
0 commit comments