Hi Ludovic,

yes, I finally understood what was wrong, see here: https://github.com/apereo/cas/pull/2716

To disable google-maps-library dependency, add an exclusion to your pom.xml like this:
    <dependency>
        <groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-electrofence</artifactId>
        <version>${cas.version}</version>
        <exclusions>
        <exclusion>
            <groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-geolocation-googlemaps</artifactId>
        </exclusion>
        </exclusions>
    </dependency>

Regards,
Pavlos


On 26/06/2017 01:33 μμ, Ludovic Senecaux wrote:
Did you find a solution?
Moreover, when I add this library, the google-maps library is added in dependency whereas I already use that of maxmind for geolocation.

Regards,
--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
---
You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscr...@apereo.org <mailto:cas-user+unsubscr...@apereo.org>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5e72e5e7-93bb-4554-8ae4-198195c9d666%40apereo.org <https://groups.google.com/a/apereo.org/d/msgid/cas-user/5e72e5e7-93bb-4554-8ae4-198195c9d666%40apereo.org?utm_medium=email&utm_source=footer>.


--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/3f317898-b344-e077-e049-69abc816420b%40noc.edunet.gr.

Reply via email to