diff options
author | “shentao” <shentao@chinamobile.com> | 2016-10-27 15:02:54 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-10-27 15:02:54 +0800 |
commit | c60278ca93270bb9f49c65339dbe34c039551fe0 (patch) | |
tree | 6f994a36e04ba07cc5db92ba90b8be06d8074d85 /openo-portal/portal-package/pom.xml | |
parent | 320b831367c168e0067ba58b765d709020fee64e (diff) |
issue-id GSO-64
Change-Id: I0c6433c630c3afac827140df7bcafa643f94b90d
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-rw-r--r-- | openo-portal/portal-package/pom.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml index c11927cc..5f9896ec 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.1.0-SNAPSHOT</version> @@ -73,6 +79,27 @@ <version>1.1.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> |