Skip to content

Commit 41367ab

Browse files
committed
Bump version and fix #82
1 parent 07b7e75 commit 41367ab

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.utplsql</groupId>
66
<artifactId>cli</artifactId>
7-
<version>3.1.0-SNAPSHOT</version>
7+
<version>3.1.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>cli</name>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.utplsql</groupId>
2424
<artifactId>java-api</artifactId>
25-
<version>3.1.0</version>
25+
<version>3.1.1-SNAPSHOT</version>
2626
<scope>compile</scope>
2727
<exclusions>
2828
<exclusion>
@@ -61,6 +61,11 @@
6161
<version>${junit.jupiter.version}</version>
6262
<scope>test</scope>
6363
</dependency>
64+
<dependency>
65+
<groupId>javax.xml.bind</groupId>
66+
<artifactId>jaxb-api</artifactId>
67+
<version>2.3.0</version>
68+
</dependency>
6469
</dependencies>
6570

6671
<build>

0 commit comments

Comments
 (0)