Changeset 2263 for trunk/autoquest-httpmonitor
- Timestamp:
- 08/01/19 14:53:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-httpmonitor/pom.xml
r2260 r2263 114 114 </plugin> 115 115 <plugin> 116 <groupId> org.codehaus.mojo</groupId>117 <artifactId> findbugs-maven-plugin</artifactId>118 <version>3. 0.5</version>116 <groupId>com.github.spotbugs</groupId> 117 <artifactId>spotbugs-maven-plugin</artifactId> 118 <version>3.1.12</version> 119 119 <configuration> 120 120 <xmlOutput>true</xmlOutput>
Note: See TracChangeset
for help on using the changeset viewer.