Skip to content

Commit

Permalink
Merge branch 'jdk10-build'
Browse files Browse the repository at this point in the history
This closes apache#476
  • Loading branch information
rvesse committed Oct 4, 2018
2 parents 6a1038e + 4ee971b commit fef0fae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@

/**
* Abstract mapper implementation which helps in filtering tuples from the
* input, derived implementations provide an implementation of the
* {@link #accepts(TKey, T)}
*
*
* input
*
* @param <TKey>
* Key type
Expand All @@ -39,7 +36,6 @@
* @param <T>
* Writable tuple type
*/
@SuppressWarnings("javadoc")
public abstract class AbstractNodeTupleFilterMapper<TKey, TValue, T extends AbstractNodeTupleWritable<TValue>> extends
Mapper<TKey, T, TKey, T> {

Expand Down
7 changes: 7 additions & 0 deletions jena-jdbc/jena-jdbc-driver-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>

<additionalDependencies>
<additionalDependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${ver.log4j}</version>
</additionalDependency>
</additionalDependencies>
<!-- Include only JDBC dependencies -->
<includeDependencySources>true</includeDependencySources>
<includeTransitiveDependencySources>true</includeTransitiveDependencySources>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit fef0fae

Please sign in to comment.