summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package/pom.xml
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-10-27 16:26:11 +0800
committer“shentao” <shentao@chinamobile.com>2016-10-27 16:26:11 +0800
commitabe9f53436ef47d6d5bf1485fc5ddf53cae8850f (patch)
tree05472370ca6f0e0ea36b4f9419071c6b7b72f3d3 /openo-portal/portal-package/pom.xml
parentac67d7e8d6590299701b560559e332c6c48dc062 (diff)
GSO-64
Change-Id: I3ae3efbe2729aa8a657b15628b45eacdc1568918 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-rw-r--r--openo-portal/portal-package/pom.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml
index e93b04a5..fd051a15 100644
--- a/openo-portal/portal-package/pom.xml
+++ b/openo-portal/portal-package/pom.xml
@@ -32,6 +32,12 @@
<dependencies>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
<groupId>org.openo.gso.gui</groupId>
<artifactId>portal-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -67,6 +73,33 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-performance</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>2.1</version>
+ <classifier>jdk15</classifier>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.3.5</version>
+ </dependency>
</dependencies>
<build>
@@ -102,6 +135,10 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>portal-lifecyclemgr</artifactId>
</overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-performance</artifactId>
+ </overlay>
</overlays>
</configuration>
</plugin>