GitHub / abes-esr / periscope-indexing-ws
Service web d'indexation pour l'application Périscope.
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/abes-esr%2Fperiscope-indexing-ws
Stars: 0
Forks: 0
Open issues: 1
License: None
Language: Java
Size: 271 KB
Dependencies parsed at:
27
Created at: about 4 years ago
Updated at: about 3 years ago
Pushed at: 9 months ago
Last synced at: 6 days ago
batch/pom.xml
maven
- fr.abes.periscope:core 1.0.0-SNAPSHOT compile
- org.springframework.boot:spring-boot-starter-batch
core/pom.xml
maven
pom.xml
maven
- org.springframework.boot:spring-boot-dependencies 2.4.13 import
- org.projectlombok:lombok 1.18.18 provided
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.9.9
- org.aspectj:aspectjrt 1.9.6
- org.aspectj:aspectjweaver 1.9.6
- org.modelmapper:modelmapper 2.3.5
- org.springframework.boot:spring-boot-starter-log4j2 2.5.12
- org.junit.jupiter:junit-jupiter 5.5.2 test
- org.mockito:mockito-core 3.9.0 test
- org.mockito:mockito-junit-jupiter 2.23.4 test
- org.springframework.boot:spring-boot-starter-test test
web/pom.xml
maven
- fr.abes.periscope:core 1.0.0-SNAPSHOT compile
- io.jsonwebtoken:jjwt 0.9.1
- io.springfox:springfox-swagger-ui 2.9.2
- io.springfox:springfox-swagger2 2.9.2
- org.springframework.boot:spring-boot-starter-data-rest
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-validation
- org.springframework.security:spring-security-test test