File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
SpiNNaker-allocserv/src/main/java Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 33
33
// Base dependencies
34
34
requires java .annotation ;
35
35
requires java .desktop ;
36
+ requires java .mail ;
36
37
requires java .validation ;
37
38
requires java .ws .rs ;
38
39
52
53
requires org .apache .commons .lang3 ;
53
54
requires commons .math3 ;
54
55
56
+ requires spring .aop ;
55
57
requires spring .core ;
56
58
requires spring .beans ;
57
59
requires spring .context ;
70
72
requires org .apache .cxf .core ;
71
73
requires org .apache .cxf .frontend .jaxrs ;
72
74
requires org .apache .cxf .rs .wadl ;
75
+ requires org .apache .cxf .rs .common .openapi ;
73
76
requires org .apache .cxf .rs .openapi .v3 ;
77
+ requires org .apache .cxf .rs .swagger .ui ;
74
78
requires org .apache .cxf .transport .http ;
75
79
requires spring .boot .starter .websocket ;
76
80
requires org .apache .tomcat .embed .core ;
86
90
requires spring .security .oauth2 .resource .server ;
87
91
88
92
opens uk .ac .manchester .spinnaker .alloc
89
- to com .fasterxml .jackson .databind ;
93
+ to com .fasterxml .jackson .databind ,
94
+ spring .core , spring .beans , spring .context ;
95
+ opens uk .ac .manchester .spinnaker .alloc .db
96
+ to spring .core , spring .beans , spring .context ;
90
97
opens uk .ac .manchester .spinnaker .alloc .model
91
98
to com .fasterxml .jackson .databind ;
92
99
opens uk .ac .manchester .spinnaker .alloc .web
You can’t perform that action at this time.
0 commit comments