Skip to content

Commit

Permalink
Add UW artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
reagan-meant committed Aug 12, 2024
1 parent 3ee339c commit 08a10e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class FhirCRPatientServiceImpl implements CRPatientService {
@Qualifier("clientRegistryFhirClient")
private IGenericClient fhirClient;


/**
* Get patient identifiers from an external client registry's $ihe-pix implementation. Use the
* returned identifiers to then request a matching Patient bundle from the client registry.
Expand Down
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,18 @@
</distributionManagement>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>uwdigi-repo-central</id>
<name>libs-release</name>
<url>https://packages.uwdigi.org/artifactory/libs-release</url>
</repository>
<snapshotRepository>
<id>uwdigi-repo-snapshots</id>
<name>libs-snapshot</name>
<url>https://packages.uwdigi.org/artifactory/libs-snapshot</url>
</snapshotRepository>
</distributionManagement>
<properties>
<fhir2Version>1.8.0</fhir2Version>
<openmrsPlatformVersion>1.11.6</openmrsPlatformVersion>
Expand Down

0 comments on commit 08a10e2

Please sign in to comment.