MMM, I took a look at your project.clj, I see there are no repos defined. I tried removing them from my project.clj but I still get:
Could not find artifact om:om:jar:0.8.1 in central (http://repo1.maven.org/maven2/) Could not find artifact om:om:jar:0.8.1 in clojars (https://clojars.org/repo/) On Saturday, January 24, 2015 at 9:21:24 AM UTC+1, Oliver George wrote: > Here's how I depend on om 0.8.1... > > > > > https://gist.github.com/olivergeorge/ebc5b5f37132fd90d1ea#file-project-clj-L14 > > > > (Someone else might need to comment on :repositories side of things) > > > > > On Sat, Jan 24, 2015 at 7:13 PM, Zubair Quraishi <[email protected]> wrote: > My repositories in project.clj looks like this: > > > > :repositories {"sonatype-oss-public" > > "https://oss.sonatype.org/content/groups/public/" > > > > "aa" > > "https://clojars.org/org.om/om"} > > > > On Saturday, January 24, 2015 at 7:23:34 AM UTC+1, Oliver George wrote: > > > Just a quick sanity check... did you include the "org" bit. That's new. > > > > > > > > On 24 Jan 2015 17:21, "Zubair Quraishi" <[email protected]> wrote: > > > I tried that but it still didn't work: > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in sonatype-oss-public > > (https://clojars.org/org.om/om) > > > > > > > > > > > > On Saturday, January 24, 2015 at 7:15:57 AM UTC+1, Oliver George wrote: > > > > > > > https://clojars.org/org.om/om > > > > > > > > > > > > > > I think david may change the group id again based on what i can see in > > > the om repo so keep your eyes open but this will work today for 0.8.1 > > > > > > > > > > > > > > On 24 Jan 2015 17:05, "Zubair Quraishi" <[email protected]> wrote: > > > > > > > When I try to include Om 0.8.1 I get the following error: > > > > > > > > > > > > > > > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in central > > > (http://repo1.maven.org/maven2/) > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in clojars > > > (https://clojars.org/repo/) > > > > > > > > > > > > > > Could not find artifact om:om:jar:0.8.1 in sonatype-oss-public > > > (https://oss.sonatype.org/content/groups/public/) > > > > > > > > > > > > > > > > > > > > > > > > > > > > Any suggestions? > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > Note that posts from new members are moderated - please be patient with > > > your first post. > > > > > > > > > > > > > > --- > > > > > > > > > > > > > > You received this message because you are subscribed to the Google Groups > > > "ClojureScript" group. > > > > > > > > > > > > > > To unsubscribe from this group and stop receiving emails from it, send an > > > email to [email protected]. > > > > > > > > > > > > > > To post to this group, send email to [email protected]. > > > > > > > > > > > > > > Visit this group at http://groups.google.com/group/clojurescript. > > > > > > > > > > > > I trie > > > > > > > > > > > > -- > > > > > > Note that posts from new members are moderated - please be patient with > > your first post. > > > > > > --- > > > > > > You received this message because you are subscribed to the Google Groups > > "ClojureScript" group. > > > > > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > > > > > To post to this group, send email to [email protected]. > > > > > > Visit this group at http://groups.google.com/group/clojurescript. > > > > -- > > Note that posts from new members are moderated - please be patient with your > first post. > > --- > > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/clojurescript. > > > > > > -- > > > Oliver George > Director, Condense > 0428 740 978 -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
