GitHub / abes-esr / qualimarc-api
API de l'outil de diagnostic des notices du Sudoc (travail en cours)
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/abes-esr%2Fqualimarc-api
Stars: 1
Forks: 0
Open issues: 1
License: None
Language: Java
Size: 1.19 MB
Dependencies parsed at:
39
Created at: almost 3 years ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: 7 days ago
- actions/checkout v2 composite
- docker/metadata-action v3 composite
- actions/checkout v3 composite
- softprops/action-gh-release v1 composite
Dockerfile
docker
- eclipse-temurin 11-jre build
- maven 3-eclipse-temurin-11 build
- rockylinux 8 build
batch/pom.xml
maven
- ${project.groupId}:core 1.0.16-SNAPSHOT compile
- com.opencsv:opencsv 3.7
- org.springframework.boot:spring-boot-starter-batch
- org.springframework.batch:spring-batch-test test
core/pom.xml
maven
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.9.9
- com.oracle.database.jdbc:ojdbc8 21.3.0.0
- com.oracle.database.xml:xdb
- commons-io:commons-io 2.11.0
- javax.validation:validation-api
- net.sf.saxon:saxon 8.7
- net.sf.saxon:saxon-dom 8.7
- org.postgresql:postgresql
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-validation
pom.xml
maven
- org.springframework.boot:spring-boot-dependencies 2.5.12 import
- org.projectlombok:lombok 1.18.24 provided
- org.apache.commons:commons-lang3 3.12.0
- org.modelmapper:modelmapper 2.3.5
- org.springframework.boot:spring-boot-starter-log4j2
- org.mockito:mockito-core 3.9.0 test
- org.springframework.boot:spring-boot-starter-test test
web/pom.xml
maven
- fr.abes.qualimarc:core 1.0.16-SNAPSHOT compile
- com.fasterxml.jackson.core:jackson-databind
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.11.4
- com.google.guava:guava 32.0.0-jre
- io.jsonwebtoken:jjwt 0.9.1
- org.junit.jupiter:junit-jupiter
- org.springdoc:springdoc-openapi-ui 1.6.14
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-validation
- org.springframework.boot:spring-boot-starter-web
- org.springframework.security:spring-security-test test