Author: [email protected]
Date: Tue Apr 17 10:36:05 2012
New Revision: 2246
Log:
[AMDATUAUTH-146] Fixed example artifact dependencies
Modified:
branches/amdatu-auth-0.2.2/pom.xml
branches/amdatu-auth-0.2.2/release/pom.xml
Modified: branches/amdatu-auth-0.2.2/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.2/pom.xml (original)
+++ branches/amdatu-auth-0.2.2/pom.xml Tue Apr 17 10:36:05 2012
@@ -189,7 +189,14 @@
</dependency>
<dependency>
<groupId>org.amdatu.auth</groupId>
- <artifactId>org.amdatu.auth.oauth.example</artifactId>
+ <artifactId>org.amdatu.auth.example.oauth.consumer</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.auth</groupId>
+ <artifactId>org.amdatu.auth.example.oauth.provider</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
<type>bundle</type>
Modified: branches/amdatu-auth-0.2.2/release/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.2/release/pom.xml (original)
+++ branches/amdatu-auth-0.2.2/release/pom.xml Tue Apr 17 10:36:05 2012
@@ -60,7 +60,13 @@
</dependency>
<dependency>
<groupId>org.amdatu.auth</groupId>
- <artifactId>org.amdatu.auth.oauth.example</artifactId>
+ <artifactId>org.amdatu.auth.example.oauth.consumer</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.auth</groupId>
+ <artifactId>org.amdatu.auth.example.oauth.provider</artifactId>
<scope>runtime</scope>
<type>bundle</type>
</dependency>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits