Hi
I have changed the HAPI base version to 2.2 as shown below. However it
still doesn't seem to work and i am getting the same error.
Do we need to add any JAR files while we are using maven too?

<dependency>
  <groupId>ca.uhn.hapi</groupId>
  <artifactId>hapi-base</artifactId>
  <version>2.2</version>
</dependency>

<!-- These are structure JARs for HL7 v2.1 and 2.5.1 (as an example) -->
<dependency>
  <groupId>ca.uhn.hapi</groupId>
  <artifactId>hapi-structures-v21</artifactId>
  <version>2.2</version>
</dependency>
<dependency>
  <groupId>ca.uhn.hapi</groupId>
  <artifactId>hapi-structures-v251</artifactId>
  <version>2.2</version>
</dependency>

Regards
Sara Fatima



On Tue, May 20, 2014 at 11:21 AM, Sara Fatima <sara.mirz...@gmail.com>wrote:

> Hi
>
>
>
> I am facing few errors while using HAPI.
>
>
>
> These are the changes I have done into the pom.xml , I have also attached
> a screen shot of the error screen.
>
>
>
> <dependency>
>
>   <groupId>ca.uhn.hapi</groupId>
>
>   <artifactId>*hapi*-base</artifactId>
>
>   <version>2.1</version>
>
> </dependency>
>
>
>
> <!-- These are structure JARs for HL7 v2.1 and 2.5.1 (as an example) -->
>
> <dependency>
>
>   <groupId>ca.uhn.hapi</groupId>
>
>   <artifactId>*hapi*-structures-v21</artifactId>
>
>   <version>2.2</version>
>
> </dependency>
>
> <dependency>
>
>   <groupId>ca.uhn.hapi</groupId>
>
>   <artifactId>*hapi*-structures-v251</artifactId>
>
>   <version>2.2</version>
>
> </dependency>
>
>
>
> <repository>
>
>             <id>*hapi*-*sf*</id>
>
>             <name>HAPI *Sourceforge* Repository</name>
>
>             <url>http://repo1.maven.org</url>
>
>         </repository>
>
>
>
>
>
>
>
> Thanks in advance.
>
>
> Regards
> Sara Fatima
>
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to