2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>bmessage</groupId>
5 <artifactId>webconfig-webapp</artifactId>
7 <packaging>war</packaging>
8 <name>bionicmessage webconfig</name>
9 <url>http://bionicmessage.net</url>
13 <url>http://google-gson.googlecode.com/svn/mavenrepo</url>
15 <enabled>true</enabled>
18 <enabled>true</enabled>
28 <groupId>funambol</groupId>
29 <artifactId>ds-server</artifactId>
30 <version>7.1.0-SNAPSHOT</version>
33 <groupId>funambol</groupId>
34 <artifactId>pim-framework</artifactId>
35 <version>7.1.0-SNAPSHOT</version>
38 <groupId>funambol</groupId>
39 <artifactId>foundation-core</artifactId>
40 <version>7.1.0-SNAPSHOT</version>
47 <groupId>javax.servlet</groupId>
48 <artifactId>jstl</artifactId>
49 <version>1.0.6</version>
52 <groupId>taglibs</groupId>
53 <artifactId>standard</artifactId>
54 <version>1.0.6</version>
57 <artifactId>log4j</artifactId>
58 <groupId>log4j</groupId>
59 <version>1.2.14</version>
62 <groupId>commons-codec</groupId>
63 <artifactId>commons-codec</artifactId>
64 <version>1.3</version>
67 <artifactId>commons-httpclient</artifactId>
68 <groupId>commons-httpclient</groupId>
69 <version>3.0</version>
72 <groupId>junit</groupId>
73 <artifactId>junit</artifactId>
76 <groupId>commons-logging</groupId>
77 <artifactId>commons-logging</artifactId>
80 <groupId>commons-codec</groupId>
81 <artifactId>commons-codec</artifactId>
86 <artifactId>joda-time</artifactId>
87 <groupId>joda-time</groupId>
88 <version>1.4</version>
91 <artifactId>funambol-groupdav-connector</artifactId>
92 <groupId>bmessage</groupId>
93 <version>2.3</version>
96 <artifactId>httpauth</artifactId>
97 <groupId>bmessage</groupId>
98 <version>1.0-SNAPSHOT</version>
101 <artifactId>funambol-citadel-connector</artifactId>
102 <groupId>bmessage</groupId>
103 <version>2.1</version>
106 <groupId>commons-beanutils</groupId>
107 <artifactId>commons-beanutils</artifactId>
110 <groupId>commons-digester</groupId>
111 <artifactId>commons-digester</artifactId>
114 <groupId>junit</groupId>
115 <artifactId>junit</artifactId>
118 <groupId>directory-naming</groupId>
119 <artifactId>naming-core</artifactId>
122 <groupId>commons-modeller</groupId>
123 <artifactId>commons-modeller</artifactId>
128 <artifactId>bmclickatell</artifactId>
129 <groupId>bmessage</groupId>
130 <version>1.0-SNAPSHOT</version>
133 <artifactId>gson</artifactId>
134 <groupId>com.google.code.gson</groupId>
135 <version>1.2</version>
141 <groupId>org.apache.maven.plugins</groupId>
142 <artifactId>maven-compiler-plugin</artifactId>
143 <version>2.0.2</version>
150 <artifactId>maven-war-plugin</artifactId>
153 <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
156 <addClasspath>true</addClasspath>
157 <classpathPrefix>lib/</classpathPrefix>
163 <artifactId>maven-source-plugin</artifactId>
166 <id>attach-sources</id>