You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2014/11/19 16:19:27 UTC

flex-blazeds git commit: Changed the dependency to jms to a version availalbe on maven central.

Repository: flex-blazeds
Updated Branches:
  refs/heads/master f50b7a737 -> 2acd0b758


Changed the dependency to jms to a version availalbe on maven central.


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/2acd0b75
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/2acd0b75
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/2acd0b75

Branch: refs/heads/master
Commit: 2acd0b758ef858f01ba6d18ce347e5373dfad174
Parents: f50b7a7
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed Nov 19 16:19:17 2014 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed Nov 19 16:19:17 2014 +0100

----------------------------------------------------------------------
 modules/core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/2acd0b75/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index d4654d5..c3f442a 100755
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -59,8 +59,8 @@ limitations under the License.
 
 		<dependency>
 			<groupId>javax.jms</groupId>
-			<artifactId>jms</artifactId>
-			<version>1.1</version>
+			<artifactId>jms-api</artifactId>
+			<version>1.1-rev-1</version>
 			<scope>provided</scope>
 		</dependency>