Skip to content

Commit 4b6bc7a

Browse files
committed
adding dependency for example
1 parent 47885d0 commit 4b6bc7a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Currently, this project produces writers for the following models:
1010
- toolchains.xml
1111
- maven-metadata.xml
1212

13-
Examples
13+
Example
1414
--------
1515

1616
To write changes to a Maven pom.xml, with formats/comments preserved:
@@ -42,3 +42,11 @@ To write changes to a Maven pom.xml, with formats/comments preserved:
4242
IOUtil.close( writer );
4343
}
4444

45+
To use this code, you'll have to add the JDom dependency to your project's pom.xml:
46+
47+
<dependency>
48+
<groupId>org.jdom</groupId>
49+
<artifactId>jdom</artifactId>
50+
<version>1.1</version>
51+
</dependency>
52+

0 commit comments

Comments
 (0)