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

Diff of /dao/DaoAdresseService/pom.xml

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

revision 2481 by torben, Mon Mar 23 14:33:52 2015 UTC revision 2531 by torben, Fri May 8 20:25:12 2015 UTC
# Line 55  Line 55 
55                          <scope>provided</scope>                          <scope>provided</scope>
56                  </dependency>                  </dependency>
57                  <dependency>                  <dependency>
58                            <groupId>javax.servlet.jsp</groupId>
59                            <artifactId>jsp-api</artifactId>
60                            <version>2.0</version>
61                            <scope>provided</scope>
62                    </dependency>
63                    
64                    <dependency>
65                          <groupId>jstl</groupId>                          <groupId>jstl</groupId>
66                          <artifactId>jstl</artifactId>                          <artifactId>jstl</artifactId>
67                          <version>1.2</version>                          <version>1.2</version>
# Line 104  Line 111 
111    
112          </dependencies>          </dependencies>
113    
114      <reporting>
115        <plugins>
116    
117          <plugin>
118            <groupId>org.codehaus.mojo</groupId>
119            <artifactId>findbugs-maven-plugin</artifactId>
120            <version>3.0.1</version>
121          </plugin>
122        </plugins>
123      </reporting>
124    
125    
126          <repositories>          <repositories>
127                  <repository>                  <repository>

Legend:
Removed from v.2481  
changed lines
  Added in v.2531

  ViewVC Help
Powered by ViewVC 1.1.20