forked from spring-projects/spring-petclinic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deptective.json
66 lines (66 loc) · 2.15 KB
/
deptective.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"packages": [
{
"name": "org.springframework.samples.petclinic"
},
{
"name": "org.springframework.samples.petclinic.model"
},
{
"name": "org.springframework.samples.petclinic.owner",
"reads": [
"org.springframework.samples.petclinic.model",
"org.springframework.samples.petclinic.visit"
]
},
{
"name": "org.springframework.samples.petclinic.system"
},
{
"name": "org.springframework.samples.petclinic.vet",
"reads": [
"org.springframework.samples.petclinic.model"
]
},
{
"name": "org.springframework.samples.petclinic.visit",
"reads": [
"org.springframework.samples.petclinic.model"
]
}
],
"whitelisted": [
"java.io",
"java.text",
"java.time",
"java.util",
"javax.cache",
"javax.cache.configuration",
"javax.persistence",
"javax.validation",
"javax.validation.constraints",
"javax.xml.bind.annotation",
"org.springframework.beans.factory.annotation",
"org.springframework.beans.support",
"org.springframework.boot",
"org.springframework.boot.autoconfigure",
"org.springframework.boot.autoconfigure.cache",
"org.springframework.cache.annotation",
"org.springframework.context.annotation",
"org.springframework.core.style",
"org.springframework.dao",
"org.springframework.data.jpa.repository",
"org.springframework.data.repository",
"org.springframework.data.repository.query",
"org.springframework.format",
"org.springframework.format.annotation",
"org.springframework.stereotype",
"org.springframework.transaction.annotation",
"org.springframework.ui",
"org.springframework.util",
"org.springframework.validation",
"org.springframework.web.bind",
"org.springframework.web.bind.annotation",
"org.springframework.web.servlet"
]
}