LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
331 stars 157 forks source link

Default pom entry in mvnrepository includes an errant <scope> line #3684

Open henryhbk opened 2 years ago

henryhbk commented 2 years ago

In 4.11.1 in mvnrepository you will get an errant line with <scope>test</scope> which makes eclipse unhappy (breaks the classpath)

`

com.ibm.fhir fhir-client 4.11.1 test

` Works fine without the line

2022-06-02_15-05-15
lmsurpre commented 2 years ago

Really not sure where that site is getting this line from.

I see nothing in fhir-parent/pom.xml (or fhir-client/pom.xml) that would indicate it should have a default scope of "test".

https://search.maven.org/artifact/com.ibm.fhir/fhir-client/4.11.1/jar lists it properly:

<dependency>
  <groupId>com.ibm.fhir</groupId>
  <artifactId>fhir-client</artifactId>
  <version>4.11.1</version>
</dependency>