/[projects]/dao/DaoAdresseVedligehold/pom.xml
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2838 by torben, Sun Jan 24 21:48:55 2016 UTC revision 2864 by torben, Thu Jan 28 11:25:01 2016 UTC
# Line 157  Line 157 
157        <artifactId>bootstrap-fileinput</artifactId>        <artifactId>bootstrap-fileinput</artifactId>
158        <version>4.2.7</version>        <version>4.2.7</version>
159          </dependency>          </dependency>
160            
161            <dependency>
162                    <groupId>com.google.code.findbugs</groupId>
163                    <artifactId>annotations</artifactId>
164                    <version>3.0.1u2</version>
165                    <scope>provided</scope>
166            </dependency>
167            
168      <!--  test dependencies -->      <!--  test dependencies -->
169      <dependency>      <dependency>
# Line 183  Line 190 
190          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
191          <version>3.0.1</version>          <version>3.0.1</version>
192        </plugin>        </plugin>
       <!-- integrate maven-cobertura-plugin to project site  -->  
       <plugin>  
         <groupId>org.codehaus.mojo</groupId>  
         <artifactId>cobertura-maven-plugin</artifactId>  
         <version>2.7</version>  
         <configuration>  
           <formats>  
             <format>html</format>  
             <format>xml</format>  
           </formats>  
         </configuration>  
       </plugin>  
193      </plugins>      </plugins>
194    </reporting>    </reporting>
195    <repositories>    <repositories>

Legend:
Removed from v.2838  
changed lines
  Added in v.2864

  ViewVC Help
Powered by ViewVC 1.1.20