SomMeri / matasano-cryptopals-solutions

My solutions to Matasano Cryptopals challenge.
30 stars 7 forks source link

problem with shiro #3

Closed kylarstar closed 8 years ago

kylarstar commented 8 years ago

hey there, first of all ty for the code. But i got a Problem with Shiro, i installed it as i have been told to by their website. but how can i access their librarys? Can't find anything useful on the web. Greetings

SomMeri commented 8 years ago

What did you installed? The only think you should need to install in order to run this repo is maven and java. Maven then downloads all dependencies by itself including Shiro when you run mvn clean install or trigger it from IDE.