Hi, Thanks for your answer. It better works with the good dependency ;) But now, i have another problem. With *same* configuration (just rebuild and deploy) *cas.serviceRegistry.config.location: file:/etc/cas/json/ * (in cas.properties) works fine in 5.1.6 but not in 5.2.0 Is there a new syntax ?
ThanKs. Best regards, Le vendredi 8 décembre 2017 15:15:51 UTC+1, leleuj a écrit : > > Hi, > > In version 5.2, the artifact is now named: > cas-server-support-token-tickets, see: > https://apereo.github.io/cas/5.2.x/installation/Configure-ServiceTicket-JWT.html > > Thanks. > Best regards, > Jérôme > > > On Fri, Dec 8, 2017 at 3:02 PM, Didier Capdevielle <[email protected] > <javascript:>> wrote: > >> Oups ! Sorry, i was *NOT* in 5.2.0 (back to 5.1.6) and i also can't >> build cas.war >> >> [ERROR] Failed to execute goal on project cas-overlay: Could not resolve >> dependencies for project org.apereo.cas:cas-overlay:war:1.0: Could not find >> artifact org.apereo.cas:*cas-server-support-token:jar:5.2.0* in >> sonatype-releases (http://oss.sonatype.org/content/repositories/releases/ >> ) >> >> Really sorry, >> Best regards, >> >> >> Le mardi 5 décembre 2017 07:44:17 UTC+1, hadi a écrit : >>> >>> Hi >>> >>> when i download Cas 5.2.0 maven overlay and add my recent dependencies >>> the cas-server-support-token jar file does not resolve for 5.2.0 version >>> I added below dependencies : >>> >>> <dependencies> >>> <dependency> >>> <groupId>org.apereo.cas</groupId> >>> <artifactId>cas-server-webapp${app.server}</artifactId> >>> <version>${cas.version}</version> >>> <type>war</type> >>> <scope>runtime</scope> >>> </dependency> >>> <dependency> >>> <groupId>org.apereo.cas</groupId> >>> <artifactId>cas-server-support-json-service-registry</artifactId> >>> <version>${cas.version}</version> >>> </dependency> >>> <dependency> >>> <groupId>org.apereo.cas</groupId> >>> <artifactId>cas-server-support-ldap</artifactId> >>> <version>${cas.version}</version> >>> </dependency> >>> <dependency> >>> <groupId>org.apereo.cas</groupId> >>> <artifactId>cas-server-support-hazelcast-ticket-registry</artifactId> >>> <version>${cas.version}</version> >>> </dependency> >>> <dependency> >>> <groupId>org.apereo.cas</groupId> >>> <artifactId>cas-server-core-logout</artifactId> >>> <version>${cas.version}</version> >>> </dependency> >>> >>> <dependency> >>> <groupId>org.apereo.cas</groupId> >>> <artifactId>cas-server-support-token</artifactId> >>> <version>${cas.version}</version> >>> </dependency> >>> </dependencies> >>> >>> I want to use jwt service ticket and because of that i added >>> cas-server-support-token as cas document but i think there is no specified >>> version for that >>> anybody knows what happend ? >>> thanks >>> >>> >> -- >> - Website: https://apereo.github.io/cas >> - Gitter Chatroom: https://gitter.im/apereo/cas >> - List Guidelines: https://goo.gl/1VRrw7 >> - Contributions: https://goo.gl/mh7qDG >> --- >> 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 [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/de7a601f-5fb7-4731-a94f-fe641b162093%40apereo.org >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/de7a601f-5fb7-4731-a94f-fe641b162093%40apereo.org?utm_medium=email&utm_source=footer> >> . >> > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c064804f-277a-48a0-ae67-50a001298749%40apereo.org.
