diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-14 00:50:38 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-14 00:50:38 +0000 |
commit | b4f48f407a8fefba16395eceb34de6bd48e74d12 (patch) | |
tree | 7e1bcf4456ef1dfd3b4d337ed7ea262f1259ffef /sca-java-2.x/trunk/shades/json-nodep | |
parent | 014971ccb5b2041147cf9d84d498cce64ea0493e (diff) |
Improve the IP address binding to be based on the host from the uri
Having servlet host to return deployed uri
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/shades/json-nodep')
-rw-r--r-- | sca-java-2.x/trunk/shades/json-nodep/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/shades/json-nodep/pom.xml b/sca-java-2.x/trunk/shades/json-nodep/pom.xml index 13d4f72f13..f90e6204a9 100644 --- a/sca-java-2.x/trunk/shades/json-nodep/pom.xml +++ b/sca-java-2.x/trunk/shades/json-nodep/pom.xml @@ -36,13 +36,7 @@ <groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-json</artifactId>
<version>${pom.version}</version>
- <exclusions>
- <exclusion>
- <!-- commpons logging is in the tuscany-base-nodep jar -->
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
+
</dependency>
<dependency>
|