File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2929 <sonar .organization>broad-databiosphere</sonar .organization>
3030 <sonar .projectKey>DataBiosphere_consent-ontology</sonar .projectKey>
3131 <sonar .projectName>consent-ontology</sonar .projectName>
32+ <jetty .version>12.1.8</jetty .version>
3233 </properties >
3334
3435 <profiles >
364365 <type >pom</type >
365366 <scope >import</scope >
366367 </dependency >
368+ <dependency >
369+ <groupId >org.eclipse.jetty</groupId >
370+ <artifactId >jetty-bom</artifactId >
371+ <version >${jetty.version} </version >
372+ <type >pom</type >
373+ <scope >import</scope >
374+ </dependency >
375+ <dependency >
376+ <groupId >io.dropwizard</groupId >
377+ <artifactId >dropwizard-dependencies</artifactId >
378+ <version >${dropwizard.version} </version >
379+ <type >pom</type >
380+ <scope >import</scope >
381+ </dependency >
367382 </dependencies >
368383 </dependencyManagement >
369384
You can’t perform that action at this time.
0 commit comments