Drop dependency to mochiweb
mochiweb_util is provided by rabbitmq-common.
This commit is contained in:
		
							parent
							
								
									eea1bbefe3
								
							
						
					
					
						commit
						fcaee75d74
					
				| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
PROJECT = rabbitmq_auth_backend_http
 | 
			
		||||
 | 
			
		||||
DEPS = rabbit_common rabbit amqp_client mochiweb
 | 
			
		||||
DEPS = rabbit_common rabbit amqp_client
 | 
			
		||||
 | 
			
		||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,4 +9,4 @@
 | 
			
		|||
         {user_path,     "http://localhost:8000/auth/user"},
 | 
			
		||||
         {vhost_path,    "http://localhost:8000/auth/vhost"},
 | 
			
		||||
         {resource_path, "http://localhost:8000/auth/resource"}] },
 | 
			
		||||
  {applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client, mochiweb]}]}.
 | 
			
		||||
  {applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client]}]}.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue