Skip to content

Commit 8959b36

Browse files
committed
Removed unused org.glassfish.javax.json dependency
Updated README
1 parent 99713d2 commit 8959b36

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ JSON2XML enables JSON transformation with XSLT even without having an XSLT 3.0 p
99

1010
mvn clean install
1111

12-
That should produce an executable JAR file `target/json2xml-1.0.0-SNAPSHOT-jar-with-dependencies.jar` in which dependency libraries will be included.
12+
That should produce an executable JAR file `target/json2xml-1.0.2-SNAPSHOT-jar-with-dependencies.jar` in which dependency libraries will be included.
1313

1414
## Usage
1515

1616
The JSON data is read from `stdin`, UTF-8 encoding is expected. The resulting XML data is written to `stdout`.
1717

18-
JSON2XML is available as a `.jar` as well as a Docker image [atomgraph/json2xml](https://hub.docker.com/r/atomgraph/json2xml).
18+
JSON2XML is available as a `.jar` as well as a Docker image [atomgraph/json2xml](https://hub.docker.com/r/atomgraph/json2xml) (recommended).
1919

2020
## Example
2121

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<artifactId>javax.json-api</artifactId>
4848
<version>1.1.4</version>
4949
</dependency>
50-
<dependency>
51-
<groupId>org.glassfish</groupId>
52-
<artifactId>javax.json</artifactId>
53-
<version>1.1.4</version>
54-
</dependency>
5550
</dependencies>
5651

5752
<build>

0 commit comments

Comments
 (0)