Skip to content

Commit

Permalink
fixes #193 update version and dependency of qdox
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Dec 15, 2018
1 parent 903d34e commit dc14522
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 4 additions & 5 deletions light-rest-4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
<groupId>com.fizzed</groupId>
<artifactId>rocker-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -74,11 +78,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>${qdox.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<version.jcommander>1.72</version.jcommander>
<version.fastscanner>2.18.1</version.fastscanner>
<version.graphql>8.0</version.graphql>
<version.qdox>2.0-M9</version.qdox>
<versions.maven-version>2.4</versions.maven-version>
<argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
</properties>
Expand Down Expand Up @@ -288,6 +289,11 @@
<artifactId>logback-classic</artifactId>
<version>${version.logback}</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>${version.qdox}</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit dc14522

Please sign in to comment.