Skip to content

Commit

Permalink
Merge pull request #5 from onc-healthit/fix/SITE-4227
Browse files Browse the repository at this point in the history
SITE-4227
  • Loading branch information
jwspcc authored Sep 30, 2024
2 parents 2e42fb3 + bdd6010 commit 21b9433
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions pom.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sitenv</groupId>
<version>1.0.2-SNAPSHOT</version>
<properties>
<spring.ws.version>2.4.0.RELEASE</spring.ws.version>
<spring.ws.version>3.1.8</spring.ws.version>
<context.path>xdrmessagevalidator</context.path>
<logback.version>1.2.11</logback.version>
</properties>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.9.2.RELEASE</version>
<version>2.7.18</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -144,16 +144,11 @@
<artifactId>hsqldb</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.0.7.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.4.24.Final</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
Expand All @@ -162,12 +157,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.3</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
Expand All @@ -180,7 +175,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.2.4.RELEASE</version>
<version>5.3.39</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 21b9433

Please sign in to comment.