Skip to content

Commit b6f47e5

Browse files
committed
Optimize the pom.xml
1 parent e87e898 commit b6f47e5

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

pom.xml

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,6 @@
3737
</properties>
3838

3939
<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>
5740
<repository>
5841
<id>shibboleth-releases</id>
5942
<url>https://build.shibboleth.net/nexus/content/repositories/releases/</url>
@@ -113,6 +96,30 @@
11396
<groupId>org.ogce</groupId>
11497
<artifactId>xpp3</artifactId>
11598
</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>
116123
</exclusions>
117124
</dependency>
118125
<dependency>
@@ -265,6 +272,7 @@
265272
<plugin>
266273
<groupId>org.springframework.boot</groupId>
267274
<artifactId>spring-boot-maven-plugin</artifactId>
275+
<version>${spring-boot-plugin-version}</version>
268276
<configuration>
269277
<mainClass>${start-class}</mainClass>
270278
<layout>JAR</layout>

0 commit comments

Comments
 (0)