added missing async config for gae

This commit is contained in:
Adrian Cole 2010-10-15 13:12:47 -05:00
parent ca8ff2db9d
commit dfa5413671
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
:ning 'org.jclouds.http.ning.config.NingHttpCommandExecutorServiceModule
:bouncycastle 'org.jclouds.encryption.bouncycastle.config.BouncyCastleCryptoModule
:joda 'org.jclouds.date.joda.config.JodaDateServiceModule
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule})
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule
:gae-async 'org.jclouds.gae.config.AsyncGoogleAppEngineConfigurationModule})
(defn- instantiate [sym]
(let [loader (.getContextClassLoader (Thread/currentThread))]