diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-27 11:19:04 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-27 11:19:04 +0000 |
commit | a7e048e4b23e7c6f0aee05d86da197df2c6f4cc8 (patch) | |
tree | 0a77a57ff1f51b4f217801707c84e3ec52be4ef4 /sca-java-2.x/branches/2.0-Beta1/features | |
parent | cf4aa10b6425159b7f7005ebc5605e2927033607 (diff) |
TUSCANY-3740 - add binding.comet, implementation-jaxrs into the distro. Update JSR311 version to the version now pulled in.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml b/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml index d7f9f51b08..d9d5b86d92 100644 --- a/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/features/all/pom.xml @@ -149,13 +149,11 @@ <version>2.0-Beta1-SNAPSHOT</version> </dependency> -<!-- not in distro until build settles down <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-comet-runtime</artifactId> <version>2.0-Beta1-SNAPSHOT</version> </dependency> ---> <dependency> <groupId>org.apache.tuscany.sca</groupId> @@ -285,13 +283,11 @@ <!-- policy extensions --> -<!-- not in distro until build settles down <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-logging</artifactId> <version>2.0-Beta1-SNAPSHOT</version> </dependency> ---> <dependency> <groupId>org.apache.tuscany.sca</groupId> |