Project

General

Profile

« Previous | Next » 

Revision 63892e70

Added by Patrick Plitzner over 7 years ago

Add spring oauth2 dependency

View differences:

eu.etaxonomy.taxeditor.cdmlib/.classpath
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3
	<classpathentry exported="true" kind="lib" path="lib/spring-security-oauth2-2.0.11.RELEASE.jar"/>
3 4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4 5
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 6
	<classpathentry kind="src" path="src/main/java"/>
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
165 165
 eu.etaxonomy.cdm.remote.json.processor.value,
166 166
 eu.etaxonomy.cdm.remote.json.util,
167 167
 eu.etaxonomy.cdm.remote.l10n,
168
 eu.etaxonomy.cdm.remote.oauth2,
168 169
 eu.etaxonomy.cdm.remote.service,
169 170
 eu.etaxonomy.cdm.remote.view,
170 171
 eu.etaxonomy.cdm.remote.view.oaipmh,
......
421 422
 org.springframework.security.core,
422 423
 org.springframework.security.core.context,
423 424
 org.springframework.security.core.userdetails,
425
 org.springframework.security.oauth2.client,
426
 org.springframework.security.oauth2.client.filter,
427
 org.springframework.security.oauth2.client.filter.state,
428
 org.springframework.security.oauth2.client.http,
429
 org.springframework.security.oauth2.client.resource,
430
 org.springframework.security.oauth2.client.test,
431
 org.springframework.security.oauth2.client.token,
432
 org.springframework.security.oauth2.client.token.auth,
433
 org.springframework.security.oauth2.client.token.grant.client,
434
 org.springframework.security.oauth2.client.token.grant.code,
435
 org.springframework.security.oauth2.client.token.grant.implicit,
436
 org.springframework.security.oauth2.client.token.grant.password,
437
 org.springframework.security.oauth2.client.token.grant.redirect,
438
 org.springframework.security.oauth2.common,
439
 org.springframework.security.oauth2.common.exceptions,
440
 org.springframework.security.oauth2.common.util,
441
 org.springframework.security.oauth2.config.annotation.builders,
442
 org.springframework.security.oauth2.config.annotation.configuration,
443
 org.springframework.security.oauth2.config.annotation.configurers,
444
 org.springframework.security.oauth2.config.annotation.web.configuration,
445
 org.springframework.security.oauth2.config.annotation.web.configurers,
446
 org.springframework.security.oauth2.config.xml,
447
 org.springframework.security.oauth2.http.converter,
448
 org.springframework.security.oauth2.http.converter.jaxb,
449
 org.springframework.security.oauth2.provider,
450
 org.springframework.security.oauth2.provider.approval,
451
 org.springframework.security.oauth2.provider.authentication,
452
 org.springframework.security.oauth2.provider.client,
453
 org.springframework.security.oauth2.provider.code,
454
 org.springframework.security.oauth2.provider.endpoint,
455
 org.springframework.security.oauth2.provider.error,
456
 org.springframework.security.oauth2.provider.expression,
457
 org.springframework.security.oauth2.provider.implicit,
458
 org.springframework.security.oauth2.provider.password,
459
 org.springframework.security.oauth2.provider.refresh,
460
 org.springframework.security.oauth2.provider.request,
461
 org.springframework.security.oauth2.provider.token,
462
 org.springframework.security.oauth2.provider.token.store,
463
 org.springframework.security.oauth2.provider.token.store.redis,
464
 org.springframework.security.oauth2.provider.vote,
424 465
 org.springframework.security.provisioning,
425 466
 org.springframework.stereotype,
426 467
 org.springframework.transaction;uses:="org.springframework.core",
......
715 756
 lib/xpp3-1.1.4c.jar,
716 757
 lib/xsom-20140925.jar,
717 758
 lib/xstream-1.4.8.jar,
718
 lib/yjp-controller-api-redist-9.0.8.jar
759
 lib/yjp-controller-api-redist-9.0.8.jar,
760
 lib/spring-security-oauth2-2.0.11.RELEASE.jar
719 761
Import-Package: eu.etaxonomy.cdm.api.application
eu.etaxonomy.taxeditor.cdmlib/build.properties
242 242
               lib/xpp3-1.1.4c.jar,\
243 243
               lib/xsom-20140925.jar,\
244 244
               lib/xstream-1.4.8.jar,\
245
               lib/yjp-controller-api-redist-9.0.8.jar
245
               lib/yjp-controller-api-redist-9.0.8.jar,\
246
               lib/spring-security-oauth2-2.0.11.RELEASE.jar
246 247

  
247 248
jars.compile.order = .
248 249
output.. = bin/

Also available in: Unified diff