Skip to content

Commit

Permalink
Merge pull request #31 from BorderTech/latest-qa
Browse files Browse the repository at this point in the history
Latest qa
  • Loading branch information
jonathanaustin authored Jan 30, 2019
2 parents ac9b971 + 50f1369 commit 792ed00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.bordertech.common</groupId>
<artifactId>qa-parent</artifactId>
<version>1.0.10</version>
<version>1.0.11</version>
</parent>

<packaging>pom</packaging>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

<!-- Injection interface. JSR 330 -->
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>com.github.bordertech.config</groupId>
<artifactId>config</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

<!-- SLF4J Logging -->
Expand All @@ -77,14 +77,14 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<version>1.2</version>
</dependency>

<!-- Caching API. -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>

<!-- Servlet Interface -->
Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>3.5.2</version>
<version>3.6.3</version>
</dependency>

<!-- Common Lang3 -->
Expand Down

0 comments on commit 792ed00

Please sign in to comment.