This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit a5638d2371f4203870d94781f22da52d6120de8b Author: Andy Seaborne <[email protected]> AuthorDate: Fri Apr 19 21:49:08 2024 +0100 Tidy jena-cmds POM --- jena-cmds/pom.xml | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/jena-cmds/pom.xml b/jena-cmds/pom.xml index 502a2ffde5..1fd5407a35 100644 --- a/jena-cmds/pom.xml +++ b/jena-cmds/pom.xml @@ -147,15 +147,6 @@ <optional>true</optional> </dependency> - <!-- - And check jul to slf4j is not present. - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - <optional>true</optional> - </dependency> - --> - <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> @@ -167,36 +158,6 @@ <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources-test</id> - <goals> - <goal>test-jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
