/[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 2480 by torben, Fri Mar 20 13:57:47 2015 UTC revision 2481 by torben, Mon Mar 23 14:33:52 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">
5                          
6    <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
7    <groupId>dk.daoas</groupId>          <groupId>dk.daoas</groupId>
8    <artifactId>DaoAdresseService</artifactId>          <artifactId>DaoAdresseService</artifactId>
9    <version>1.0</version>          <version>1.0</version>
10    
11    <packaging>war</packaging>          <packaging>war</packaging>
12      
13    <properties>          <properties>
14      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15    </properties>          </properties>
16    
17    <build>          <build>
18      <plugins>                  <plugins>
19        <plugin>                          <plugin>
20          <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
21          <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
22          <version>3.1</version>                                  <version>3.1</version>
23          <configuration>                                  <configuration>
24            <source>1.7</source>                                          <source>1.7</source>
25            <target>1.7</target>                                          <target>1.7</target>
26            <showWarnings>true</showWarnings>                                          <showWarnings>true</showWarnings>
27            <showDeprecation>true</showDeprecation>                                          <showDeprecation>true</showDeprecation>
28          </configuration>                                  </configuration>
29          <!--Do NOT show depreciation in test compile-->                                  <!--Do NOT show depreciation in test compile -->
30          <executions>                                  <executions>
31            <execution>                                          <execution>
32              <id>default-testCompile</id>                                                  <id>default-testCompile</id>
33              <phase>test-compile</phase>                                                  <phase>test-compile</phase>
34              <configuration>                                                  <configuration>
35                <showDeprecation>false</showDeprecation>                                                          <showDeprecation>false</showDeprecation>
36              </configuration>                                                  </configuration>
37              <goals>                                                  <goals>
38                <goal>testCompile</goal>                                                          <goal>testCompile</goal>
39              </goals>                                                  </goals>
40            </execution>                                          </execution>
41          </executions>                                  </executions>
42        </plugin>                          </plugin>
43    
44    
45    
46      </plugins>                  </plugins>
47    </build>          </build>
48    
49    
50    <dependencies>          <dependencies>
51      <dependency>                  <dependency>
52        <groupId>javax.servlet</groupId>                          <groupId>javax.servlet</groupId>
53        <artifactId>javax.servlet-api</artifactId>                          <artifactId>javax.servlet-api</artifactId>
54        <version>3.0.1</version>                          <version>3.0.1</version>
55        <scope>provided</scope>                                <scope>provided</scope>
56      </dependency>                  </dependency>
57                    <dependency>
58  <dependency>                          <groupId>jstl</groupId>
59          <groupId>org.apache.commons</groupId>                          <artifactId>jstl</artifactId>
60          <artifactId>commons-lang3</artifactId>                          <version>1.2</version>
61          <version>3.3.2</version>                  </dependency>
62  </dependency>  
63    
64                        <dependency>
65    <dependency>                          <groupId>org.apache.commons</groupId>
66      <groupId>dk.thoerup</groupId>                          <artifactId>commons-lang3</artifactId>
67      <artifactId>CircuitBreaker</artifactId>                          <version>3.3.2</version>
68      <version>1.0</version>                  </dependency>
69  </dependency>  
70      
71                    <dependency>
72  <dependency>                          <groupId>dk.thoerup</groupId>
73      <groupId>dk.thoerup</groupId>                          <artifactId>CircuitBreaker</artifactId>
74      <artifactId>WebConfig</artifactId>                          <version>1.0</version>
75      <version>1.0</version>                  </dependency>
76  </dependency>  
77    
78  <dependency>                  <dependency>
79          <groupId>com.google.code.gson</groupId>                          <groupId>dk.thoerup</groupId>
80          <artifactId>gson</artifactId>                          <artifactId>WebConfig</artifactId>
81          <version>2.3.1</version>                          <version>1.0</version>
82  </dependency>                  </dependency>
83    
84                    <dependency>
85    <dependency>                          <groupId>com.google.code.gson</groupId>
86      <groupId>com.google.code.geocoder-java</groupId>                          <artifactId>gson</artifactId>
87      <artifactId>geocoder-java</artifactId>                          <version>2.3.1</version>
88      <version>0.16</version>                  </dependency>
89    </dependency>  
90    
91                    <dependency>
92   <dependency>                          <groupId>com.google.code.geocoder-java</groupId>
93          <groupId>junit</groupId>                          <artifactId>geocoder-java</artifactId>
94          <artifactId>junit</artifactId>                          <version>0.16</version>
95          <version>4.12</version>                  </dependency>
96          <scope>test</scope>  
97  </dependency>  
98                      <dependency>
99    </dependencies>                          <groupId>junit</groupId>
100                            <artifactId>junit</artifactId>
101                            <version>4.12</version>
102    <repositories>                          <scope>test</scope>
103     <repository>                  </dependency>
104          <id>hoerup-releases</id>  
105          <name>hoerup-releases</name>          </dependencies>
106          <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>  
107      </repository>  
108    </repositories>          <repositories>
109                    <repository>
110                            <id>hoerup-releases</id>
111                            <name>hoerup-releases</name>
112                            <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>
113                    </repository>
114            </repositories>
115    
116  </project>  </project>

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

  ViewVC Help
Powered by ViewVC 1.1.20