Skip to content

Commit ba1cfa6

Browse files
author
Jakub Raczek
authored
Merge pull request #51 from Accenture/master
fixed
2 parents 6c9d069 + 3f9a3b7 commit ba1cfa6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
env:
22-
dBTestCompareVersion: 1.9.5
22+
dBTestCompareVersion: 1.9.6
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Install Docker Compose and build docker image

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**Application to compare results of two SQL queries**
44

5+
[![.github/workflows/github-actions.yml](https://github.com/Accenture/DBTestCompare/actions/workflows/github-actions.yml/badge.svg)](https://github.com/Accenture/DBTestCompare/actions/workflows/github-actions.yml)
6+
57
It **reads tests definitions in XML** format form [specified directory](https://github.com/ObjectivityLtd/DBTestCompare/tree/master/test-definitions) and than runs them (as TestNG test).
68

79
**You can generate automated tests for your database using [DBTestCompareGenerator](https://github.com/ObjectivityLtd/DBTestCompareGenerator)**

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@
111111
<artifactId>commons-lang3</artifactId>
112112
<version>${commons.version}</version>
113113
</dependency>
114+
115+
<groupId>javax.xml.bind</groupId>
116+
<artifactId>jaxb-api</artifactId>
117+
<version>2.4.0</version>
118+
</dependency>
119+
<dependency>
120+
<groupId>org.glassfish.jaxb</groupId>
121+
<artifactId>jaxb-runtime</artifactId>
122+
<version>2.4.0</version>
114123
</dependencies>
115124
</project>
116125

0 commit comments

Comments
 (0)