jargo/tests/sample_project/Jargo.toml
Shautvast 8371757c71 add extra repo's
support for snapshots (with build timestamps)
bugfixes
2024-01-16 22:06:33 +01:00

15 lines
387 B
TOML

[package]
group = "nl.sander"
name = "sample_project"
version = "0.1-SNAPSHOT"
[repositories]
spring-milestones = {url = "https://repo.spring.io/milestone"}
spring-snapshots = {url = "https://repo.spring.io/snapshot"}
[dependencies]
"org.springframework.boot:spring-boot-starter-web" = "3.0.0-SNAPSHOT"
[test-dependencies]
"junit:junit" = "4.8.2"
"org.mockito:mockito-core" = "1.9.5"