|
37 | 37 | </properties> |
38 | 38 |
|
39 | 39 | <repositories> |
40 | | - <repository> |
41 | | - <id>oss-snapshots</id> |
42 | | - <snapshots> |
43 | | - <enabled>true</enabled> |
44 | | - </snapshots> |
45 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
46 | | - </repository> |
47 | | - <repository> |
48 | | - <id>Alfresco</id> |
49 | | - <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url> |
50 | | - </repository> |
51 | | - <repository> |
52 | | - <id>irisa-sumo</id> |
53 | | - <name>Sumo Irisa Public Maven Repository Group</name> |
54 | | - <url>https://gazelle.ihe.net/nexus/content/groups/public/</url> |
55 | | - <layout>default</layout> |
56 | | - </repository> |
57 | 40 | <repository> |
58 | 41 | <id>shibboleth-releases</id> |
59 | 42 | <url>https://build.shibboleth.net/nexus/content/repositories/releases/</url> |
|
113 | 96 | <groupId>org.ogce</groupId> |
114 | 97 | <artifactId>xpp3</artifactId> |
115 | 98 | </exclusion> |
| 99 | + <exclusion> |
| 100 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 101 | + <artifactId>org.hl7.fhir.dstu2</artifactId> |
| 102 | + </exclusion> |
| 103 | + <exclusion> |
| 104 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 105 | + <artifactId>org.hl7.fhir.dstu2016may</artifactId> |
| 106 | + </exclusion> |
| 107 | + <exclusion> |
| 108 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 109 | + <artifactId>org.hl7.fhir.dstu3</artifactId> |
| 110 | + </exclusion> |
| 111 | + <exclusion> |
| 112 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 113 | + <artifactId>org.hl7.fhir.r4b</artifactId> |
| 114 | + </exclusion> |
| 115 | + <exclusion> |
| 116 | + <groupId>org.xerial</groupId> |
| 117 | + <artifactId>sqlite-jdbc</artifactId> |
| 118 | + </exclusion> |
| 119 | + <exclusion> |
| 120 | + <groupId>org.apache.jena</groupId> |
| 121 | + <artifactId>jena-shex</artifactId> |
| 122 | + </exclusion> |
116 | 123 | </exclusions> |
117 | 124 | </dependency> |
118 | 125 | <dependency> |
|
265 | 272 | <plugin> |
266 | 273 | <groupId>org.springframework.boot</groupId> |
267 | 274 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 275 | + <version>${spring-boot-plugin-version}</version> |
268 | 276 | <configuration> |
269 | 277 | <mainClass>${start-class}</mainClass> |
270 | 278 | <layout>JAR</layout> |
|
0 commit comments