Skip to content

Commit c75c0af

Browse files
committed
Remove plugin version related to JDK 7 build
The build now targets Java 8.
1 parent 2e36e5f commit c75c0af

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ limitations under the License.
274274
<properties>
275275
<maven.compiler.source>1.8</maven.compiler.source>
276276
<maven.compiler.target>1.8</maven.compiler.target>
277-
<!-- Fix to build on JDK 7: version 4.0.0 requires Java 8. -->
278-
<!-- Can be dropped when CP 49 is released -->
279-
<commons.felix.version>3.5.1</commons.felix.version>
280277
<commons.componentid>codec</commons.componentid>
281278
<commons.module.name>org.apache.commons.codec</commons.module.name>
282279
<commons.jira.id>CODEC</commons.jira.id>

0 commit comments

Comments
 (0)