Changeset 85 for java/main/pom.xml
- Timestamp:
- 06/24/13 13:38:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/main/pom.xml
r84 r85 19 19 </properties> 20 20 <dependencies> 21 <dependency> 22 <groupId>com.google.code.findbugs</groupId> 23 <artifactId>jsr305</artifactId> 24 <version>2.0.1</version> 25 </dependency> 21 26 <dependency> 22 27 <groupId>log4j</groupId> … … 52 57 <version>1.5.2</version> 53 58 </dependency> 54 55 59 <dependency> 56 60 <groupId>org.testng</groupId> … … 89 93 <version>3.0</version> 90 94 <configuration> 91 <source>1. 6</source>92 <target>1. 6</target>95 <source>1.7</source> 96 <target>1.7</target> 93 97 </configuration> 94 98 </plugin> … … 122 126 </plugins> 123 127 </build> 128 <reporting> 129 <plugins> 130 <plugin> 131 <groupId>org.codehaus.mojo</groupId> 132 <artifactId>findbugs-maven-plugin</artifactId> 133 <version>2.5.2</version> 134 <configuration> 135 <!-- <plugins> --> 136 <!-- <plugin> --> 137 <!-- <groupId>com.google.code.findbugs</groupId> --> 138 <!-- <artifactId>jsr305</artifactId> --> 139 <!-- <version>2.0.1</version> --> 140 <!-- </plugin> --> 141 <!-- </plugins> --> 142 </configuration> 143 144 </plugin> 145 </plugins> 146 </reporting> 124 147 125 148 </project>
Note: See TracChangeset
for help on using the changeset viewer.