Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add fields expected by some Maven repos
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Aug 20, 2012
1 parent 536e810 commit 8a017e5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
(defproject clj-webdriver "0.6.0-SNAPSHOT"
:description "Clojure wrapper around Selenium-WebDriver library"
:description "Clojure API for Selenium-WebDriver"
:url "https://github.com/semperos/clj-webdriver"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]
[clj-http "0.3.0"]
[cheshire "2.1.0"]
[org.mortbay.jetty/jetty "6.1.25"]
[org.seleniumhq.selenium/selenium-server "2.21.0"]
;; [com.opera/operadriver "0.11"]
[org.seleniumhq.selenium/selenium-server "2.25.0"]
[org.clojure/core.cache "0.5.0"]
[org.clojure/tools.logging "0.2.3"]]
:profiles {:dev
Expand All @@ -17,4 +19,9 @@
[marginalia "0.3.2"]
[ring "1.0.2"]
[enlive "1.0.0"]
[net.cgrand/moustache "1.0.0"]]}})
[net.cgrand/moustache "1.0.0"]]}}
:scm {:url "git@github.com:semperos/clj-webdriver.git"}
:pom-addition [:developers [:developer
[:id "semperos"
:name "Daniel Gregoire"
:url "http://techylinguist.com"]]])

0 comments on commit 8a017e5

Please sign in to comment.