Skip to content

Commit 05c0159

Browse files
committed
updated nist deps to pull from cdc imagehub
1 parent 891ffc0 commit 05c0159

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,13 @@ used for our unit tests. Inside that folder, you will find the XML files mention
5151
# NIST Dependency
5252
This project uses some 3rd party code from NIST. The source code is available at https://github.com/usnistgov/v2-validation
5353

54-
## Contact Info:
55-
56-
|Name|Email| Role |
57-
|----|-----|-------|
58-
|Snelick, Robert D.| <robert.snelick@nist.gov> | (Fed) |
59-
|Hossam Tamri | <hossam.tamri@nist.gov> | (Tech) |
60-
|Caroline Rosin | <caroline.rosin@nist.gov> | (Fed) |
61-
|Crouzier, Nicolas | <nicolas.crouzier@nist.gov> | (Assoc) |
6254

6355
## Building this project
6456

65-
NIST has its jar files available on a public Nexus repository (https://hit-nexus.nist.gov/repository/releases/). This library is currently using version 1.6.3 of the NIST library.
57+
The NIST HL7v2 validation libraries are hosted on the CDC ImageHub Nexus repository (https://imagehub.cdc.gov/#browse/browse:maven-ede). This library is currently using version 1.7.3 of the NIST library.
6658

67-
To make the libraries available, make sure you run maven with the following parameters:
59+
To build the project:
6860

69-
<code>mvn -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validtidy.dates=true {targets}</code>
61+
<code>mvn clean package</code>
7062

7163

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
</properties>
4949
<repositories>
5050
<repository>
51-
<id>hit-nexus</id>
52-
<url>https://hit-nexus.nist.gov/repository/releases</url>
51+
<id>imagehub-maven-ede</id>
52+
<url>https://imagehub.cdc.gov/repository/maven-ede/</url>
5353
</repository>
5454
</repositories>
5555
<build>

0 commit comments

Comments
 (0)