Skip to content

Commit f91bcef

Browse files
committed
jarjar is used to include the qdox code inside the generator, and hence this is not a dependency.
1 parent 5365f4d commit f91bcef

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

pom/hamcrest-all.pom

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@
1616
A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
1717
</description>
1818

19-
<dependencies>
20-
<dependency>
21-
<groupId>com.thoughtworks.qdox</groupId>
22-
<artifactId>qdox</artifactId>
23-
<version>1.12</version>
24-
<optional>true</optional>
25-
</dependency>
26-
</dependencies>
2719
</project>

pom/hamcrest-generator.pom

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,4 @@
1515
A tool to allow many Matcher implementations to be combined into a single class so users don't have to remember many classes/packages to import. Generates code.
1616
</description>
1717

18-
<dependencies>
19-
<dependency>
20-
<groupId>com.thoughtworks.qdox</groupId>
21-
<artifactId>qdox</artifactId>
22-
<version>1.12</version>
23-
</dependency>
24-
</dependencies>
2518
</project>

0 commit comments

Comments
 (0)