We made an empty pom project and added the dependecies there. It started downloading without a problem and now our main project works. :s
WEIRD!
Type: Posts; User: stece; Keyword(s):
We made an empty pom project and added the dependecies there. It started downloading without a problem and now our main project works. :s
WEIRD!
Hi all
I'm having a tough time trying to use the maven repository of oauth.
i've added this to my pom.xml
<dependency>
<groupId>org.springframework.security.oauth</groupId>
...
Hey guys
So I need to make my own OAuth provider on which clients apps need to be able to connect.
At the moment I'm using the Sparklr2 and Tonr2 web applications because I find most...
Thank you for your feedback.
I'm currently looking into http://www.opentransact.org/ . I suspect that that could help a lot :)
I'm making this credit system. I got my provider where users can make a account and topup their credits. Client websites should be able to access these credits as some kind of payment like using...