diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-15 00:01:29 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-15 00:01:29 +0000 |
commit | 5b9fc8922e46f508f7b7b886f5db6c150e9de2fd (patch) | |
tree | 376015712b3b7caa15dc2dbc6c0a92a601a65b28 /branches/sca-equinox/modules/thirdparty-library | |
parent | 06ca2ef50851907739abd788e88eab437b125810 (diff) |
Fixed dependency type.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695310 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/thirdparty-library')
-rw-r--r-- | branches/sca-equinox/modules/thirdparty-library/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml index 6e45ad4e89..db55bd3093 100644 --- a/branches/sca-equinox/modules/thirdparty-library/pom.xml +++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml @@ -32,6 +32,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-distribution-all</artifactId> + <type>pom</type> <version>1.4-SNAPSHOT</version> </dependency> </dependencies> |