Skip to content

Commit fbca5ab

Browse files
committed
uplifting for release
1 parent 3ffcf1c commit fbca5ab

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

Release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
0.0.8 Release including:
1+
0.0.9 Release including:
22

3-
- Fox incorrectly formatted IRIS production export
3+
- Pass docs which can't be PDFed (e.g. videos, DICOM images) straight through to output

SmartcardAuth/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
</parent>
1111
<groupId>com.answerdigital.ers</groupId>
1212
<artifactId>ers-user-auth-app</artifactId>
13-
<version>v0.0.8-alpha</version>
13+
<version>v0.0.9-alpha</version>
1414
<name>ers-user-auth</name>
1515
<description>User auth component for eRS adaptor</description>
1616
<properties>
1717
<java.version>17</java.version>
18+
<fluentlenium.version>6.0.0</fluentlenium.version>
19+
<selenium.version>4.9.0</selenium.version>
1820
</properties>
1921
<dependencyManagement>
2022
<dependencies>
@@ -84,6 +86,25 @@
8486
<scope>test</scope>
8587
</dependency>
8688

89+
<dependency>
90+
<groupId>io.fluentlenium</groupId>
91+
<artifactId>fluentlenium-junit</artifactId>
92+
<version>${fluentlenium.version}</version>
93+
<scope>test</scope>
94+
</dependency>
95+
<dependency>
96+
<groupId>io.fluentlenium</groupId>
97+
<artifactId>fluentlenium-assertj</artifactId>
98+
<version>${fluentlenium.version}</version>
99+
<scope>test</scope>
100+
</dependency>
101+
<dependency>
102+
<groupId>org.seleniumhq.selenium</groupId>
103+
<artifactId>htmlunit-driver</artifactId>
104+
<version>4.8.1</version>
105+
<scope>test</scope>
106+
</dependency>
107+
87108
</dependencies>
88109

89110
<build>

0 commit comments

Comments
 (0)