Skip to content

Commit

Permalink
add common lang to javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Nov 10, 2017
1 parent a794679 commit 5b4589b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 5b4589b

Please sign in to comment.