/[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 2457 by torben, Fri Mar 20 13:57:47 2015 UTC revision 2571 by torben, Tue Jun 9 09:14:28 2015 UTC
# Line 1  Line 1 
1  <project  <?xml version="1.0" encoding="UTF-8"?>
2    xmlns="http://maven.apache.org/POM/4.0.0"  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0  
4                        http://maven.apache.org/xsd/maven-4.0.0.xsd">                        http://maven.apache.org/xsd/maven-4.0.0.xsd">
                         
   <modelVersion>4.0.0</modelVersion>  
   <groupId>dk.daoas</groupId>  
   <artifactId>DaoAdresseService</artifactId>  
   <version>1.0</version>  
   
   <packaging>war</packaging>  
     
   <properties>  
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  
   </properties>  
5    
6    <build>          <modelVersion>4.0.0</modelVersion>
7      <plugins>          <groupId>dk.daoas</groupId>
8        <plugin>          <artifactId>DaoAdresseService</artifactId>
9          <groupId>org.apache.maven.plugins</groupId>          <version>1.0</version>
10          <artifactId>maven-compiler-plugin</artifactId>  
11          <version>3.1</version>          <packaging>war</packaging>
12          <configuration>  
13            <source>1.7</source>          <properties>
14            <target>1.7</target>                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15            <showWarnings>true</showWarnings>          </properties>
16            <showDeprecation>true</showDeprecation>  
17          </configuration>          <build>
18          <!--Do NOT show depreciation in test compile-->                  <plugins>
19          <executions>                          <plugin>
20            <execution>                                  <groupId>org.apache.maven.plugins</groupId>
21              <id>default-testCompile</id>                                  <artifactId>maven-compiler-plugin</artifactId>
22              <phase>test-compile</phase>                                  <version>3.1</version>
23              <configuration>                                  <configuration>
24                <showDeprecation>false</showDeprecation>                                          <source>1.7</source>
25              </configuration>                                          <target>1.7</target>
26              <goals>                                          <showWarnings>true</showWarnings>
27                <goal>testCompile</goal>                                          <showDeprecation>true</showDeprecation>
28              </goals>                                  </configuration>
29            </execution>                                  <!--Do NOT show depreciation in test compile -->
30          </executions>                                  <executions>
31        </plugin>                                          <execution>
32                                                    <id>default-testCompile</id>
33                                                    <phase>test-compile</phase>
34                                                    <configuration>
35                                                            <showDeprecation>false</showDeprecation>
36                                                    </configuration>
37                                                    <goals>
38                                                            <goal>testCompile</goal>
39                                                    </goals>
40                                            </execution>
41                                    </executions>
42                            </plugin>
43    
44    
45    
46                    </plugins>
47            </build>
48    
49    
50            <dependencies>
51                    <dependency>
52                            <groupId>javax.servlet</groupId>
53                            <artifactId>javax.servlet-api</artifactId>
54                            <version>3.0.1</version>
55                            <scope>provided</scope>
56                    </dependency>
57                    <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>
66                            <artifactId>jstl</artifactId>
67                            <version>1.2</version>
68                    </dependency>
69    
70    
71                    <dependency>
72                            <groupId>org.apache.commons</groupId>
73                            <artifactId>commons-lang3</artifactId>
74                            <version>3.3.2</version>
75                    </dependency>
76    
77    
78                    <dependency>
79                            <groupId>dk.thoerup</groupId>
80                            <artifactId>CircuitBreaker</artifactId>
81                            <version>1.1</version>
82                    </dependency>
83    
84    
85                    <dependency>
86                            <groupId>dk.thoerup</groupId>
87                            <artifactId>WebConfig</artifactId>
88                            <version>1.0</version>
89                    </dependency>
90    
91                    <dependency>
92                            <groupId>com.google.code.gson</groupId>
93                            <artifactId>gson</artifactId>
94                            <version>2.3.1</version>
95                    </dependency>
96    
97    
98                    <dependency>
99                            <groupId>com.google.code.geocoder-java</groupId>
100                            <artifactId>geocoder-java</artifactId>
101                            <version>0.16</version>
102                    </dependency>
103    
104            <dependency>
105                      <groupId>com.google.guava</groupId>
106              <artifactId>guava</artifactId>
107                      <version>18.0</version>    
108            </dependency>
109    
110                    <dependency>
111                            <groupId>junit</groupId>
112                            <artifactId>junit</artifactId>
113                            <version>4.12</version>
114                            <scope>test</scope>
115                    </dependency>
116    
117            </dependencies>
118    
119      <reporting>
120        <plugins>
121    
122          <plugin>
123            <groupId>org.codehaus.mojo</groupId>
124            <artifactId>findbugs-maven-plugin</artifactId>
125            <version>3.0.1</version>
126          </plugin>
127      </plugins>      </plugins>
128    </build>    </reporting>
129    
130    
131    <dependencies>          <repositories>
132      <dependency>                  <repository>
133        <groupId>javax.servlet</groupId>                          <id>hoerup-releases</id>
134        <artifactId>javax.servlet-api</artifactId>                          <name>hoerup-releases</name>
135        <version>3.0.1</version>                          <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>
136        <scope>provided</scope>                        </repository>
137      </dependency>          </repositories>
   
 <dependency>  
         <groupId>org.apache.commons</groupId>  
         <artifactId>commons-lang3</artifactId>  
         <version>3.3.2</version>  
 </dependency>  
   
       
   <dependency>  
     <groupId>dk.thoerup</groupId>  
     <artifactId>CircuitBreaker</artifactId>  
     <version>1.0</version>  
 </dependency>  
     
   
 <dependency>  
     <groupId>dk.thoerup</groupId>  
     <artifactId>WebConfig</artifactId>  
     <version>1.0</version>  
 </dependency>  
   
 <dependency>  
         <groupId>com.google.code.gson</groupId>  
         <artifactId>gson</artifactId>  
         <version>2.3.1</version>  
 </dependency>  
   
   
   <dependency>  
     <groupId>com.google.code.geocoder-java</groupId>  
     <artifactId>geocoder-java</artifactId>  
     <version>0.16</version>  
   </dependency>  
   
   
  <dependency>  
         <groupId>junit</groupId>  
         <artifactId>junit</artifactId>  
         <version>4.12</version>  
         <scope>test</scope>  
 </dependency>  
     
   </dependencies>  
   
   
   <repositories>  
    <repository>  
         <id>hoerup-releases</id>  
         <name>hoerup-releases</name>  
         <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>  
     </repository>  
   </repositories>  
138    
139  </project>  </project>

Legend:
Removed from v.2457  
changed lines
  Added in v.2571

  ViewVC Help
Powered by ViewVC 1.1.20