|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project |
3 |
| - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + 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"> |
5 | 4 | <modelVersion>4.0.0</modelVersion>
|
6 | 5 |
|
7 |
| - <groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.49</version> |
| 6 | + <groupId>org.jmockit</groupId> |
| 7 | + <artifactId>jmockit.ts</artifactId> |
| 8 | + <version>1.49.1</version> |
8 | 9 | <packaging>jar</packaging>
|
9 | 10 |
|
| 11 | + <parent> |
| 12 | + <groupId>orchestra</groupId> |
| 13 | + <artifactId>maven-distribution-management</artifactId> |
| 14 | + <version>0.7</version> |
| 15 | + </parent> |
| 16 | + |
10 | 17 | <name>JMockit</name>
|
11 | 18 | <description>
|
12 | 19 | JMockit is a Java toolkit for automated developer testing.
|
|
22 | 29 | </license>
|
23 | 30 | </licenses>
|
24 | 31 | <developers>
|
25 |
| - <developer><name>Rogério Liesenfeld</name></developer> |
| 32 | + <developer> |
| 33 | + <name>Rogério Liesenfeld</name> |
| 34 | + </developer> |
26 | 35 | </developers>
|
27 | 36 | <inceptionYear>2006</inceptionYear>
|
28 | 37 | <scm>
|
|
66 | 75 | </resources>
|
67 | 76 | <plugins>
|
68 | 77 | <plugin>
|
69 |
| - <artifactId>maven-compiler-plugin</artifactId><version>3.8.0</version> |
| 78 | + <artifactId>maven-compiler-plugin</artifactId> |
| 79 | + <version>3.8.0</version> |
70 | 80 | <configuration>
|
71 | 81 | <encoding>UTF-8</encoding>
|
72 |
| - <source>1.7</source><target>1.7</target> |
73 |
| - <compilerArgs><arg>-Xlint:none</arg></compilerArgs> |
| 82 | + <source>1.7</source> |
| 83 | + <target>1.7</target> |
| 84 | + <compilerArgs> |
| 85 | + <arg>-Xlint:none</arg> |
| 86 | + </compilerArgs> |
74 | 87 | <useIncrementalCompilation>false</useIncrementalCompilation>
|
75 | 88 | </configuration>
|
76 | 89 | </plugin>
|
77 | 90 | <plugin>
|
78 |
| - <artifactId>maven-jar-plugin</artifactId><version>3.1.0</version> |
| 91 | + <artifactId>maven-jar-plugin</artifactId> |
| 92 | + <version>3.1.0</version> |
79 | 93 | <configuration>
|
80 | 94 | <archive>
|
81 | 95 | <addMavenDescriptor>false</addMavenDescriptor>
|
|
91 | 105 | </configuration>
|
92 | 106 | </plugin>
|
93 | 107 | <plugin>
|
94 |
| - <artifactId>maven-source-plugin</artifactId><version>3.0.1</version> |
| 108 | + <artifactId>maven-source-plugin</artifactId> |
| 109 | + <version>3.0.1</version> |
95 | 110 | <configuration>
|
96 | 111 | <archive>
|
97 | 112 | <addMavenDescriptor>false</addMavenDescriptor>
|
|
107 | 122 | <executions>
|
108 | 123 | <execution>
|
109 | 124 | <id>attach-sources</id>
|
110 |
| - <goals><goal>jar-no-fork</goal></goals> |
| 125 | + <goals> |
| 126 | + <goal>jar-no-fork</goal> |
| 127 | + </goals> |
111 | 128 | </execution>
|
112 | 129 | </executions>
|
113 | 130 | </plugin>
|
114 | 131 | <plugin>
|
115 |
| - <artifactId>maven-javadoc-plugin</artifactId><version>3.0.1</version> |
| 132 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 133 | + <version>3.0.1</version> |
116 | 134 | <configuration>
|
117 | 135 | <encoding>UTF-8</encoding>
|
118 | 136 | <nodeprecated>true</nodeprecated>
|
|
139 | 157 | <executions>
|
140 | 158 | <execution>
|
141 | 159 | <id>attach-javadocs</id>
|
142 |
| - <goals><goal>jar</goal></goals> |
| 160 | + <goals> |
| 161 | + <goal>jar</goal> |
| 162 | + </goals> |
143 | 163 | </execution>
|
144 | 164 | </executions>
|
145 | 165 | </plugin>
|
146 | 166 | <plugin>
|
147 |
| - <artifactId>maven-surefire-plugin</artifactId><version>2.22.2</version> |
| 167 | + <artifactId>maven-surefire-plugin</artifactId> |
| 168 | + <version>2.22.2</version> |
148 | 169 | <configuration>
|
149 | 170 | <disableXmlReport>true</disableXmlReport>
|
150 | 171 | <runOrder>alphabetical</runOrder>
|
151 | 172 | <argLine>@{argLine} -javaagent:../agent.jar</argLine>
|
152 |
| - <properties><property><name>junit</name><value>false</value></property></properties> |
153 |
| - <excludes><exclude>**/TestNGViolatedExpectationsTest.class</exclude></excludes> |
| 173 | + <properties> |
| 174 | + <property> |
| 175 | + <name>junit</name> |
| 176 | + <value>false</value> |
| 177 | + </property> |
| 178 | + </properties> |
| 179 | + <excludes> |
| 180 | + <exclude>**/TestNGViolatedExpectationsTest.class</exclude> |
| 181 | + </excludes> |
154 | 182 | <threadCount>1</threadCount>
|
155 | 183 | <forkCount>1C</forkCount>
|
156 | 184 | </configuration>
|
157 | 185 | <dependencies>
|
158 | 186 | <dependency>
|
159 |
| - <groupId>org.apache.maven.surefire</groupId><artifactId>surefire-junit47</artifactId><version>2.22.2</version> |
| 187 | + <groupId>org.apache.maven.surefire</groupId> |
| 188 | + <artifactId>surefire-junit47</artifactId> |
| 189 | + <version>2.22.2</version> |
160 | 190 | </dependency>
|
161 | 191 | <dependency>
|
162 |
| - <groupId>org.apache.maven.surefire</groupId><artifactId>surefire-testng</artifactId><version>2.22.2</version> |
| 192 | + <groupId>org.apache.maven.surefire</groupId> |
| 193 | + <artifactId>surefire-testng</artifactId> |
| 194 | + <version>2.22.2</version> |
163 | 195 | </dependency>
|
164 | 196 | </dependencies>
|
165 | 197 | </plugin>
|
166 | 198 | <plugin>
|
167 |
| - <groupId>org.jacoco</groupId><artifactId>jacoco-maven-plugin</artifactId><version>0.8.4</version> |
| 199 | + <groupId>org.jacoco</groupId> |
| 200 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 201 | + <version>0.8.4</version> |
168 | 202 | <executions>
|
169 |
| - <execution><id>default-prepare-agent</id><goals><goal>prepare-agent</goal></goals></execution> |
170 |
| - <execution><id>default-report</id><goals><goal>report</goal></goals><phase>test</phase></execution> |
| 203 | + <execution> |
| 204 | + <id>default-prepare-agent</id> |
| 205 | + <goals> |
| 206 | + <goal>prepare-agent</goal> |
| 207 | + </goals> |
| 208 | + </execution> |
| 209 | + <execution> |
| 210 | + <id>default-report</id> |
| 211 | + <goals> |
| 212 | + <goal>report</goal> |
| 213 | + </goals> |
| 214 | + <phase>test</phase> |
| 215 | + </execution> |
171 | 216 | </executions>
|
172 | 217 | </plugin>
|
173 |
| - <plugin> |
| 218 | + <!--<plugin> |
174 | 219 | <artifactId>maven-gpg-plugin</artifactId><version>1.6</version>
|
175 | 220 | <executions>
|
176 | 221 | <execution>
|
|
179 | 224 | <goals><goal>sign</goal></goals>
|
180 | 225 | </execution>
|
181 | 226 | </executions>
|
182 |
| - </plugin> |
183 |
| - <plugin> |
| 227 | + </plugin>--> |
| 228 | + <!--<plugin> |
184 | 229 | <groupId>org.sonatype.plugins</groupId><artifactId>nexus-staging-maven-plugin</artifactId><version>1.6.8</version>
|
185 | 230 | <extensions>true</extensions>
|
186 | 231 | <configuration>
|
187 | 232 | <serverId>sonatype-nexus-staging</serverId>
|
188 | 233 | <nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
189 | 234 | <autoReleaseAfterClose>true</autoReleaseAfterClose>
|
190 | 235 | </configuration>
|
191 |
| - </plugin> |
| 236 | + </plugin>--> |
192 | 237 | </plugins>
|
193 | 238 | </build>
|
194 | 239 |
|
195 | 240 | <dependencies>
|
196 | 241 | <dependency>
|
197 |
| - <groupId>com.github.spotbugs</groupId><artifactId>spotbugs-annotations</artifactId><version>4.0.0</version> |
| 242 | + <groupId>com.github.spotbugs</groupId> |
| 243 | + <artifactId>spotbugs-annotations</artifactId> |
| 244 | + <version>4.0.0</version> |
198 | 245 | </dependency>
|
199 | 246 | <dependency>
|
200 |
| - <groupId>junit</groupId><artifactId>junit</artifactId><version>4.13</version> |
| 247 | + <groupId>junit</groupId> |
| 248 | + <artifactId>junit</artifactId> |
| 249 | + <version>4.13</version> |
201 | 250 | <optional>true</optional>
|
202 | 251 | </dependency>
|
203 | 252 | <dependency>
|
204 |
| - <groupId>org.junit.jupiter</groupId><artifactId>junit-jupiter-engine</artifactId><version>5.6.0</version> |
| 253 | + <groupId>org.junit.jupiter</groupId> |
| 254 | + <artifactId>junit-jupiter-engine</artifactId> |
| 255 | + <version>5.6.0</version> |
205 | 256 | <optional>true</optional>
|
206 | 257 | <exclusions>
|
207 |
| - <exclusion><groupId>org.apiguardian</groupId><artifactId>apiguardian-api</artifactId></exclusion> |
208 |
| - <exclusion><groupId>org.opentest4j</groupId><artifactId>opentest4j</artifactId></exclusion> |
209 |
| - <exclusion><groupId>org.junit.platform</groupId><artifactId>junit-platform-engine</artifactId></exclusion> |
210 |
| - <exclusion><groupId>org.junit.platform</groupId><artifactId>junit-platform-commons</artifactId></exclusion> |
| 258 | + <exclusion> |
| 259 | + <groupId>org.apiguardian</groupId> |
| 260 | + <artifactId>apiguardian-api</artifactId> |
| 261 | + </exclusion> |
| 262 | + <exclusion> |
| 263 | + <groupId>org.opentest4j</groupId> |
| 264 | + <artifactId>opentest4j</artifactId> |
| 265 | + </exclusion> |
| 266 | + <exclusion> |
| 267 | + <groupId>org.junit.platform</groupId> |
| 268 | + <artifactId>junit-platform-engine</artifactId> |
| 269 | + </exclusion> |
| 270 | + <exclusion> |
| 271 | + <groupId>org.junit.platform</groupId> |
| 272 | + <artifactId>junit-platform-commons</artifactId> |
| 273 | + </exclusion> |
211 | 274 | </exclusions>
|
212 | 275 | </dependency>
|
213 | 276 | <dependency>
|
214 |
| - <groupId>org.testng</groupId><artifactId>testng</artifactId><version>7.1.0</version> |
| 277 | + <groupId>org.testng</groupId> |
| 278 | + <artifactId>testng</artifactId> |
| 279 | + <version>7.1.0</version> |
215 | 280 | <optional>true</optional>
|
216 | 281 | </dependency>
|
217 | 282 | <dependency>
|
218 |
| - <groupId>javax</groupId><artifactId>javaee-api</artifactId><version>7.0</version> |
| 283 | + <groupId>javax</groupId> |
| 284 | + <artifactId>javaee-api</artifactId> |
| 285 | + <version>7.0</version> |
219 | 286 | <optional>true</optional>
|
220 | 287 | <exclusions>
|
221 |
| - <exclusion><groupId>com.sun.mail</groupId><artifactId>javax.mail</artifactId></exclusion> |
| 288 | + <exclusion> |
| 289 | + <groupId>com.sun.mail</groupId> |
| 290 | + <artifactId>javax.mail</artifactId> |
| 291 | + </exclusion> |
222 | 292 | </exclusions>
|
223 | 293 | </dependency>
|
224 | 294 | <dependency>
|
225 |
| - <groupId>org.springframework</groupId><artifactId>spring-web</artifactId><version>5.2.4.RELEASE</version> |
| 295 | + <groupId>org.springframework</groupId> |
| 296 | + <artifactId>spring-web</artifactId> |
| 297 | + <version>5.2.4.RELEASE</version> |
226 | 298 | <optional>true</optional>
|
227 | 299 | </dependency>
|
228 | 300 | <dependency>
|
229 |
| - <groupId>org.springframework</groupId><artifactId>spring-context</artifactId><version>5.2.4.RELEASE</version> |
| 301 | + <groupId>org.springframework</groupId> |
| 302 | + <artifactId>spring-context</artifactId> |
| 303 | + <version>5.2.4.RELEASE</version> |
230 | 304 | <optional>true</optional>
|
231 | 305 | <exclusions>
|
232 |
| - <exclusion><groupId>org.springframework</groupId><artifactId>spring-aop</artifactId></exclusion> |
233 |
| - <exclusion><groupId>org.springframework</groupId><artifactId>spring-expression</artifactId></exclusion> |
| 306 | + <exclusion> |
| 307 | + <groupId>org.springframework</groupId> |
| 308 | + <artifactId>spring-aop</artifactId> |
| 309 | + </exclusion> |
| 310 | + <exclusion> |
| 311 | + <groupId>org.springframework</groupId> |
| 312 | + <artifactId>spring-expression</artifactId> |
| 313 | + </exclusion> |
234 | 314 | </exclusions>
|
235 | 315 | </dependency>
|
236 | 316 | </dependencies>
|
|
0 commit comments