File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed
Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments