From: Sara F. <sar...@gm...> - 2014-05-20 09:40:31
|
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 <sar...@gm...>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 > > |