ecelis / iridescence

Cirrus Smart Connector
GNU Affero General Public License v3.0
0 stars 1 forks source link

Missing dependencies for adapter-mirth #1

Open ecelis opened 9 years ago

ecelis commented 9 years ago

building

cd adapter-mirth 
lein clean ; lein deps

output

Could not find artifact com.mirth.commons.encryption:mirth-crypto:jar:1 in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.commons.encryption:mirth-crypto:jar:1 in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-donkey:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-donkey:jar:3.2.1svn in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-server:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-server:jar:3.2.1svn in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-client:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-client:jar:3.2.1svn in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-dummie:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-dummie:jar:3.2.1svn in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
ecelis commented 9 years ago

These can be built and installed locally by following the README.mirth but that will be solved by uploading the binary jars to a remote maven repository.