Hi, Danil. Proctor uses the Unified Expression Language, which is an merger/evolution of both JSP Expression Language and JSF Expression language. An implementation of this is provided by newer application containers such as Tomcat 7. In those cases, there's no need to pull in a dependency on Unified EL via Proctor; in fact, it is harmful because you will have the same classes in your classpath more than once.
However, there are use cases for Proctor where it is not hosted inside an application container like Tomcat 7. In those cases, you want your dependency on Proctor to pull in an implementation of Unified EL, otherwise it just won't work.
I personally don't know much about Maven; is there a more idiomatic way to accomplish this same thing?