|
73 | 73 | <version>1.8.5</version>
|
74 | 74 | <scope>test</scope>
|
75 | 75 | </dependency>
|
| 76 | + <!-- API, java.xml.bind module --> |
| 77 | + <dependency> |
| 78 | + <groupId>jakarta.xml.bind</groupId> |
| 79 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 80 | + <version>2.3.2</version> |
| 81 | + </dependency> |
| 82 | + <!-- Runtime, com.sun.xml.bind module --> |
| 83 | + <dependency> |
| 84 | + <groupId>org.glassfish.jaxb</groupId> |
| 85 | + <artifactId>jaxb-runtime</artifactId> |
| 86 | + <version>2.3.2</version> |
| 87 | + </dependency> |
76 | 88 | </dependencies>
|
77 | 89 | </dependencyManagement>
|
78 | 90 |
|
|
94 | 106 | <artifactId>mockito-all</artifactId>
|
95 | 107 | <version>1.8.5</version>
|
96 | 108 | </dependency>
|
| 109 | + <dependency> |
| 110 | + <groupId>jakarta.xml.bind</groupId> |
| 111 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 112 | + </dependency> |
| 113 | + <dependency> |
| 114 | + <groupId>org.glassfish.jaxb</groupId> |
| 115 | + <artifactId>jaxb-runtime</artifactId> |
| 116 | + </dependency> |
97 | 117 | </dependencies>
|
98 | 118 |
|
99 | 119 | <build>
|
|
106 | 126 | <plugin>
|
107 | 127 | <groupId>org.apache.maven.plugins</groupId>
|
108 | 128 | <artifactId>maven-compiler-plugin</artifactId>
|
109 |
| - <configuration> |
110 |
| - <source>1.6</source> |
111 |
| - <target>1.6</target> |
112 |
| - <encoding>UTF-8</encoding> |
113 |
| - </configuration> |
| 129 | + <version>3.8.1</version> |
| 130 | + <configuration> |
| 131 | + <release>11</release> |
| 132 | + <source>1.8</source> |
| 133 | + <target>1.8</target> |
| 134 | + <showDeprecation>true</showDeprecation> |
| 135 | + </configuration> |
114 | 136 | </plugin>
|
115 | 137 | <plugin>
|
116 | 138 | <groupId>org.apache.maven.plugins</groupId>
|
117 | 139 | <artifactId>maven-javadoc-plugin</artifactId>
|
| 140 | + <version>3.3.0</version> |
118 | 141 | <executions>
|
119 | 142 | <execution>
|
120 | 143 | <id>attach-javadoc</id>
|
|
128 | 151 | http://java.sun.com/j2se/1.5/docs/api
|
129 | 152 | </link>
|
130 | 153 | </links>
|
131 |
| - <encoding>utf-8</encoding> |
132 |
| - <charset>utf-8</charset> |
133 | 154 | </configuration>
|
134 | 155 | </execution>
|
135 | 156 | </executions>
|
|
149 | 170 | </plugin>
|
150 | 171 | <plugin>
|
151 | 172 | <artifactId>maven-surefire-plugin</artifactId>
|
152 |
| - <version>2.4.2</version> |
| 173 | + <version>3.0.0-M5</version> |
153 | 174 | <configuration>
|
154 | 175 | <forkMode>once</forkMode>
|
155 | 176 | <printSummary>true</printSummary>
|
|
207 | 228 | <plugin>
|
208 | 229 | <groupId>org.apache.maven.plugins</groupId>
|
209 | 230 | <artifactId>maven-compiler-plugin</artifactId>
|
210 |
| - <version>2.3.2</version> |
| 231 | + <version>3.8.0</version> |
211 | 232 | </plugin>
|
212 | 233 | <plugin>
|
213 | 234 | <groupId>org.apache.maven.plugins</groupId>
|
|
216 | 237 | <plugin>
|
217 | 238 | <groupId>org.apache.maven.plugins</groupId>
|
218 | 239 | <artifactId>maven-javadoc-plugin</artifactId>
|
219 |
| - <version>2.8</version> |
| 240 | + <version>3.3.0</version> |
220 | 241 | </plugin>
|
221 | 242 | <plugin>
|
222 | 243 | <groupId>org.apache.maven.plugins</groupId>
|
|
454 | 475 | <plugin>
|
455 | 476 | <groupId>org.apache.maven.plugins</groupId>
|
456 | 477 | <artifactId>maven-javadoc-plugin</artifactId>
|
457 |
| - <version>2.8</version> |
| 478 | + <version>3.3.0</version> |
458 | 479 | </plugin>
|
459 | 480 | <plugin>
|
460 | 481 | <groupId>org.apache.maven.plugins</groupId>
|
461 | 482 | <artifactId>maven-surefire-plugin</artifactId>
|
462 |
| - <version>2.8.1</version> |
| 483 | + <version>3.0.0-M5</version> |
463 | 484 | </plugin>
|
464 | 485 | <plugin>
|
465 | 486 | <groupId>org.codehaus.mojo</groupId>
|
|
0 commit comments