Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Accounting and Billing Portal
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[abportal] Annotation of /pom.xml
[abportal] / pom.xml Repository:
ViewVC logotype

Annotation of /pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download) (as text)

1 : dgarcia 1 <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">
2 :    
3 :     <parent>
4 :     <artifactId>smartlm-parent</artifactId>
5 :     <groupId>eu.smartlm</groupId>
6 :     <version>6</version>
7 :     </parent>
8 :    
9 :     <modelVersion>4.0.0</modelVersion>
10 :     <groupId>eu.smartlm.abs</groupId>
11 :     <artifactId>smartlm-accountingandbilling-portal</artifactId>
12 :     <packaging>war</packaging>
13 :     <version>1.1-SNAPSHOT</version>
14 :     <name>smartlm-accountingandbilling-portal</name>
15 :     <description>Accounting and Billing Portal</description>
16 :    
17 :     <developers>
18 :     <developer>
19 :     <id>dgarcia</id>
20 :     <email>dgarcia@cesga.es</email>
21 :     <name>David Garcia Perez</name>
22 :     <organization>CESGA</organization>
23 :     <organizationUrl>http://www.cesga.es</organizationUrl>
24 :     </developer>
25 :     </developers>
26 :    
27 :     <repositories>
28 :     <repository>
29 :     <id>JBoss Repository</id>
30 :     <url>http://repository.jboss.com/maven2</url>
31 :     </repository>
32 :     </repositories>
33 :    
34 :     <build>
35 :     <plugins>
36 :     <plugin>
37 :     <groupId>org.apache.maven.plugins</groupId>
38 :     <artifactId>maven-war-plugin</artifactId>
39 :     <version>2.0</version>
40 :     </plugin>
41 :     <plugin>
42 :     <groupId>org.apache.maven.plugins</groupId>
43 :     <artifactId>maven-compiler-plugin</artifactId>
44 :     <configuration>
45 :     <source>1.5</source>
46 :     <target>1.5</target>
47 :     </configuration>
48 :     </plugin>
49 :     </plugins>
50 :     </build>
51 :    
52 :     <dependencies>
53 :     <dependency>
54 :     <groupId>org.hibernate</groupId>
55 :     <artifactId>hibernate-core</artifactId>
56 :     <version>3.5.0-Final</version>
57 :     </dependency>
58 :     <dependency>
59 :     <groupId>org.hibernate</groupId>
60 :     <artifactId>hibernate-annotations</artifactId>
61 :     <version>3.5.0-Final</version>
62 :     </dependency>
63 :     <dependency>
64 :     <groupId>org.hibernate</groupId>
65 :     <artifactId>hibernate-validator</artifactId>
66 :     <version>4.0.0.GA</version>
67 :     </dependency>
68 :     <dependency>
69 :     <groupId>org.slf4j</groupId>
70 :     <artifactId>slf4j-log4j12</artifactId>
71 :     <version>1.5.6</version>
72 :     </dependency>
73 :     <dependency>
74 :     <groupId>javax.servlet</groupId>
75 :     <artifactId>jstl</artifactId>
76 :     <version>1.1.1</version>
77 :     </dependency>
78 :     <dependency>
79 :     <groupId>log4j</groupId>
80 :     <artifactId>log4j</artifactId>
81 :     <version>1.2.14</version>
82 :     </dependency>
83 :     <dependency>
84 :     <groupId>taglibs</groupId>
85 :     <artifactId>standard</artifactId>
86 :     <version>1.1.2</version>
87 :     </dependency>
88 :     <dependency>
89 :     <groupId>commons-collections</groupId>
90 :     <artifactId>commons-collections</artifactId>
91 :     <version>3.2.1</version>
92 :     </dependency>
93 :     <dependency>
94 :     <groupId>javassist</groupId>
95 :     <artifactId>javassist</artifactId>
96 :     <version>3.9.0.GA</version>
97 :     </dependency>
98 :     <dependency>
99 :     <groupId>commons-logging</groupId>
100 :     <artifactId>commons-logging</artifactId>
101 :     <version>1.1.1</version>
102 :     </dependency>
103 :     <dependency>
104 :     <groupId>org.springframework</groupId>
105 :     <artifactId>spring-asm</artifactId>
106 :     <version>3.0.0.RELEASE</version>
107 :     </dependency>
108 :     <dependency>
109 :     <groupId>org.springframework</groupId>
110 :     <artifactId>spring-beans</artifactId>
111 :     <version>3.0.0.RELEASE</version>
112 :     </dependency>
113 :     <dependency>
114 :     <groupId>org.springframework</groupId>
115 :     <artifactId>spring-context</artifactId>
116 :     <version>3.0.0.RELEASE</version>
117 :     </dependency>
118 :     <dependency>
119 :     <groupId>org.springframework</groupId>
120 :     <artifactId>spring-core</artifactId>
121 :     <version>3.0.0.RELEASE</version>
122 :     </dependency>
123 :     <dependency>
124 :     <groupId>org.springframework</groupId>
125 :     <artifactId>spring-expression</artifactId>
126 :     <version>3.0.0.RELEASE</version>
127 :     </dependency>
128 :     <dependency>
129 :     <groupId>org.springframework</groupId>
130 :     <artifactId>spring-webmvc-portlet</artifactId>
131 :     <version>3.0.0.RELEASE</version>
132 :     </dependency>
133 :     <dependency>
134 :     <groupId>org.springframework</groupId>
135 :     <artifactId>spring-webmvc</artifactId>
136 :     <version>3.0.0.RELEASE</version>
137 :     </dependency>
138 :     <dependency>
139 :     <groupId>org.springframework</groupId>
140 :     <artifactId>spring-web</artifactId>
141 :     <version>3.0.0.RELEASE</version>
142 :     </dependency>
143 :     <dependency>
144 :     <groupId>aopalliance</groupId>
145 :     <artifactId>aopalliance</artifactId>
146 :     <version>1.0</version>
147 :     </dependency>
148 :     <dependency>
149 :     <groupId>org.aspectj</groupId>
150 :     <artifactId>aspectjrt</artifactId>
151 :     <version>1.6.8</version>
152 :     </dependency>
153 :     <dependency>
154 :     <groupId>org.aspectj</groupId>
155 :     <artifactId>aspectjweaver</artifactId>
156 :     <version>1.6.8</version>
157 :     </dependency>
158 :     <dependency>
159 :     <groupId>org.springframework</groupId>
160 :     <artifactId>spring-aop</artifactId>
161 :     <version>3.0.0.RELEASE</version>
162 :     </dependency>
163 :     <dependency>
164 :     <groupId>org.springframework</groupId>
165 :     <artifactId>spring-jdbc</artifactId>
166 :     <version>3.0.0.RELEASE</version>
167 :     </dependency>
168 :     <dependency>
169 :     <groupId>org.springframework</groupId>
170 :     <artifactId>spring-orm</artifactId>
171 :     <version>3.0.0.RELEASE</version>
172 :     </dependency>
173 :     <dependency>
174 :     <groupId>org.springframework</groupId>
175 :     <artifactId>spring-tx</artifactId>
176 :     <version>3.0.0.RELEASE</version>
177 :     </dependency>
178 :     <dependency>
179 :     <groupId>javax.portlet</groupId>
180 :     <artifactId>portlet-api</artifactId>
181 :     <version>2.0</version>
182 :     <scope>system</scope>
183 :     <systemPath>${basedir}/lib/portlet.jar</systemPath>
184 :     </dependency>
185 :     <dependency>
186 :     <groupId>com.liferay</groupId>
187 :     <artifactId>portal-kernel</artifactId>
188 :     <version>5.2.3</version>
189 :     <scope>system</scope>
190 :     <systemPath>${basedir}/lib/portal-kernel.jar</systemPath>
191 :     </dependency>
192 :     <dependency>
193 :     <groupId>com.liferay</groupId>
194 :     <artifactId>portal-service</artifactId>
195 :     <version>5.2.3</version>
196 :     <scope>system</scope>
197 :     <systemPath>${basedir}/lib/portal-service.jar</systemPath>
198 :     </dependency>
199 :     <dependency>
200 :     <groupId>com.lowagie</groupId>
201 :     <artifactId>itext</artifactId>
202 :     <version>2.1.7</version>
203 :     <exclusions>
204 :     <exclusion>
205 :     <groupId>bouncycastle</groupId>
206 :     <artifactId>bcprov-jdk14</artifactId>
207 :     </exclusion>
208 :     </exclusions>
209 :     </dependency>
210 :     <!-- <dependency>
211 :     <groupId>com.itextpdf</groupId>
212 :     <artifactId>iText</artifactId>
213 :     <version>5.0.1</version>
214 :     <scope>system</scope>
215 :     <systemPath>${basedir}/lib/iText-5.0.1.jar</systemPath>
216 :     </dependency> -->
217 :     <dependency>
218 :     <groupId>javax.servlet</groupId>
219 :     <artifactId>servlet-api</artifactId>
220 :     <version>2.4</version>
221 :     <scope>provided</scope>
222 :     </dependency>
223 :     <dependency>
224 :     <groupId>javax.servlet</groupId>
225 :     <artifactId>jstl</artifactId>
226 :     <version>1.1.2</version>
227 :     </dependency>
228 :     <dependency>
229 :     <groupId>taglibs</groupId>
230 :     <artifactId>standard</artifactId>
231 :     <version>1.1.2</version>
232 :     </dependency>
233 :     <dependency>
234 :     <groupId>junit</groupId>
235 :     <artifactId>junit</artifactId>
236 :     <version>4.1</version>
237 :     <scope>test</scope>
238 :     </dependency>
239 :     <dependency>
240 :     <groupId>hsqldb</groupId>
241 :     <artifactId>hsqldb</artifactId>
242 :     <version>1.8.0.10</version>
243 :     <!-- <scope>test</scope> -->
244 :     </dependency>
245 :     <dependency>
246 :     <groupId>jfree</groupId>
247 :     <artifactId>jfreechart</artifactId>
248 :     <version>1.0.12</version>
249 :     </dependency>
250 :     <dependency>
251 :     <groupId>eu.smartlm.types</groupId>
252 :     <artifactId>smartlm-usage-record-types</artifactId>
253 :     </dependency>
254 :     <dependency>
255 :     <groupId>eu.smartlm.abs</groupId>
256 :     <artifactId>smartlm-ebs-ws</artifactId>
257 :     <version>0.0.4</version>
258 :     </dependency>
259 :     <dependency>
260 :     <groupId>eu.smartlm.abs</groupId>
261 :     <artifactId>smartlm-ebs-impl</artifactId>
262 :     <version>0.0.4</version>
263 :     </dependency>
264 :     <dependency>
265 :     <groupId>eu.smartlm.abs</groupId>
266 :     <artifactId>smartlm-ebs-client</artifactId>
267 :     <version>0.0.4</version>
268 :     </dependency>
269 :     <dependency>
270 :     <groupId>org.apache.axis2</groupId>
271 :     <artifactId>axis2-kernel</artifactId>
272 :     <version>1.4.1</version>
273 :     </dependency>
274 :     <dependency>
275 :     <groupId>org.apache.axis2</groupId>
276 :     <artifactId>axis2</artifactId>
277 :     <version>1.4.1</version>
278 :     </dependency>
279 :     <dependency>
280 :     <groupId>org.apache.rampart</groupId>
281 :     <artifactId>rampart-core</artifactId>
282 :     <version>${rampart-core.version}</version>
283 :     <exclusions>
284 :     <exclusion>
285 :     <groupId>bouncycastle</groupId>
286 :     <artifactId>bcprov-jdk13</artifactId>
287 :     </exclusion>
288 :     </exclusions>
289 :     </dependency>
290 :     </dependencies>
291 :     <scm>
292 :     <connection>scm:svn:https://packcs-e0.scai.fraunhofer.de/repos/smartlm/smartlm-abs/trunk/smartlm-accountingandbilling-portal</connection>
293 :     <developerConnection>scm:svn:https://packcs-e0.scai.fraunhofer.de/repos/smartlm/smartlm-abs/trunk/smartlm-accountingandbilling-portal</developerConnection>
294 :     <url>https://packcs-e0.scai.fraunhofer.de/repos/smartlm/smartlm-abs/trunk/smartlm-accountingandbilling-portal</url>
295 :     </scm>
296 :     </project>

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge