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 |
<modelVersion>4.0.0</modelVersion> |
3 |
<groupId>org.portletfaces</groupId> |
4 |
<artifactId>portletfaces-bridge</artifactId> |
5 |
<name>portletfaces-bridge</name> |
6 |
<version>2.0.2-ice-8986</version> |
7 |
|
8 |
<!-- The portletfaces-bridge artifact provides an all-in-one type of JAR that includes the --> |
9 |
<!-- compiled source for all dependencies with the org.portletfaces package name prefix. --> |
10 |
<description>All-in-one style JAR for the PortletFaces-Bridge</description> |
11 |
|
12 |
<distributionManagement> |
13 |
<repository> |
14 |
<id>portletfaces.org</id> |
15 |
<name>portletfaces.org</name> |
16 |
<url>file:///home/portletfaces-mvn/repositories/maven2-releases</url> |
17 |
</repository> |
18 |
</distributionManagement> |
19 |
|
20 |
<!-- The following dependencies are the same as those in the portletfaces-bridge-api pom.xml --> |
21 |
<dependencies> |
22 |
<dependency> |
23 |
<groupId>javax.portlet</groupId> |
24 |
<artifactId>portlet-api</artifactId> |
25 |
<version>2.0</version> |
26 |
<scope>provided</scope> |
27 |
</dependency> |
28 |
<dependency> |
29 |
<groupId>org.glassfish</groupId> |
30 |
<artifactId>javax.faces</artifactId> |
31 |
<version>2.1.19</version> |
32 |
<scope>provided</scope> |
33 |
</dependency> |
34 |
</dependencies> |
35 |
|
36 |
</project> |