/[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 2920 by torben, Thu Feb 4 15:04:05 2016 UTC revision 2945 by torben, Sat Feb 13 07:38:52 2016 UTC
# Line 86  Line 86 
86        <plugin>        <plugin>
87          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
88          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
89          <version>3.0.0</version>          <version>3.0.3</version>
90        </plugin>        </plugin>
91      </plugins>      </plugins>
92    </build>    </build>
# Line 160  Line 160 
160              <artifactId>jersey-container-servlet</artifactId>              <artifactId>jersey-container-servlet</artifactId>
161              <version>${version.jersey}</version>              <version>${version.jersey}</version>
162          </dependency>          </dependency>
163                    <!--
164                  <dependency>                  <dependency>
165                      <groupId>org.glassfish.jersey.media</groupId>                      <groupId>org.glassfish.jersey.media</groupId>
166                      <artifactId>jersey-media-moxy</artifactId>                      <artifactId>jersey-media-moxy</artifactId>
# Line 183  Line 183 
183                      <version>${version.jersey}</version>                      <version>${version.jersey}</version>
184                  </dependency>                  </dependency>
185            
186             -->
187      <!--  webjars -->      <!--  webjars -->
188      <dependency>      <dependency>
189        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
# Line 191  Line 191 
191        <version>2.1.4</version>        <version>2.1.4</version>
192          </dependency>          </dependency>
193          <dependency>          <dependency>
194            <groupId>org.webjars</groupId>
195            <artifactId>jquery-ui</artifactId>
196            <version>1.11.4</version>
197            </dependency>
198            <dependency>
199        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
200        <artifactId>bootstrap</artifactId>        <artifactId>bootstrap</artifactId>
201        <version>3.3.5</version>        <version>3.3.5</version>
# Line 239  Line 244 
244        <plugin>        <plugin>
245          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
246          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
247          <version>3.0.1</version>          <version>3.0.3</version>
248          </plugin>
249          <plugin>
250            <groupId>org.apache.maven.plugins</groupId>
251            <artifactId>maven-pmd-plugin</artifactId>
252            <version>3.6</version>
253        </plugin>        </plugin>
254      </plugins>      </plugins>
255    </reporting>    </reporting>

Legend:
Removed from v.2920  
changed lines
  Added in v.2945

  ViewVC Help
Powered by ViewVC 1.1.20