diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-26 06:32:45 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-26 06:32:45 +0000 |
commit | 036aeb3f885bde6d8bb334a56091c784522c1869 (patch) | |
tree | 3e998d44dcb9fdbf775c9e8e2c298eda63aaa528 /collaboration | |
parent | b32bf7c4423e2c675a041f7cf53299dfd980f466 (diff) |
Add comment for what the dependency is for
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'collaboration')
-rw-r--r-- | collaboration/wink-helloworld-sca/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/collaboration/wink-helloworld-sca/pom.xml b/collaboration/wink-helloworld-sca/pom.xml index 1f2bd0b053..f117b0491a 100644 --- a/collaboration/wink-helloworld-sca/pom.xml +++ b/collaboration/wink-helloworld-sca/pom.xml @@ -76,6 +76,8 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <!-- Apache Tuscany SCA dependencies --> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> |