Subversion Repository Public Repository

litesoft

Diff Revisions 905 vs 906 for /trunk/mobileGWT/mgwt.changetracking/mgwt/pom.xml

Diff revisions: vs.
  @@ -116,20 +116,7 @@
116 116 </configuration>
117 117 </plugin>
118 118
119 - <plugin>
120 - <groupId>org.codehaus.mojo</groupId>
121 - <artifactId>findbugs-maven-plugin</artifactId>
122 - <version>2.5.2</version>
123 - <executions>
124 - <execution>
125 - <id>findbugs check</id>
126 - <phase>test</phase>
127 - <goals>
128 - <goal>check</goal>
129 - </goals>
130 - </execution>
131 - </executions>
132 - </plugin>
119 +
133 120
134 121 </plugins>
135 122 <resources>
  @@ -178,11 +165,6 @@
178 165 <classifier>sources</classifier>
179 166 <scope>provided</scope>
180 167 </dependency>
181 - <dependency>
182 - <groupId>findbugs</groupId>
183 - <artifactId>annotations</artifactId>
184 - <version>1.0.0</version>
185 - </dependency>
186 168 </dependencies>
187 169
188 170