We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b7e75 commit 41367abCopy full SHA for 41367ab
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.utplsql</groupId>
6
<artifactId>cli</artifactId>
7
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>cli</name>
@@ -22,7 +22,7 @@
22
<dependency>
23
24
<artifactId>java-api</artifactId>
25
- <version>3.1.0</version>
26
<scope>compile</scope>
27
<exclusions>
28
<exclusion>
@@ -61,6 +61,11 @@
61
<version>${junit.jupiter.version}</version>
62
<scope>test</scope>
63
</dependency>
64
+ <dependency>
65
+ <groupId>javax.xml.bind</groupId>
66
+ <artifactId>jaxb-api</artifactId>
67
+ <version>2.3.0</version>
68
+ </dependency>
69
</dependencies>
70
71
<build>
0 commit comments