[jboss-cvs] Repository SVN: r30846 - in maven2/org/jboss/resteasy: resteasy-oauth and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 3 16:57:07 EST 2009


Author: bill.burke at jboss.com
Date: 2009-11-03 16:57:07 -0500 (Tue, 03 Nov 2009)
New Revision: 30846

Added:
   maven2/org/jboss/resteasy/resteasy-oauth/
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.md5
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.sha1
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.md5
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.sha1
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.md5
   maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.sha1
Log:


Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.md5
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.md5	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1 @@
+e2101b1ab0ea55abfc1a2a611cc7611f
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.sha1
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA-sources.jar.sha1	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1 @@
+1b0fc14cadb9e899cffb18b78f30f36b1b0a53b5
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.md5
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.md5	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.md5	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1 @@
+d9e961a9f6b42328293506c26674798f
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.sha1
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.jar.sha1	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1 @@
+554774a8526621a92afd095ae9000e270c6f4c19
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>resteasy-jaxrs-all</artifactId>
+        <groupId>org.jboss.resteasy</groupId>
+        <version>1.2.GA</version>
+    </parent>
+
+    <artifactId>resteasy-oauth</artifactId>
+    <name>RESTEasy JAX-RS OAuth</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.oauth.core</groupId>
+            <artifactId>oauth</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.md5
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.md5	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1 @@
+ffb327bb28514a2ced7421da6e188726
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.sha1
===================================================================
--- maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-oauth/1.2.GA/resteasy-oauth-1.2.GA.pom.sha1	2009-11-03 21:57:07 UTC (rev 30846)
@@ -0,0 +1 @@
+7eef81ed7dc5b313c0a63808ffe3022de6326a99
\ No newline at end of file




More information about the jboss-cvs-commits mailing list