Skip to content

Commit

Permalink
Removed obsolete dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Aug 10, 2023
1 parent 8fe966a commit d79d743
Showing 1 changed file with 0 additions and 159 deletions.
159 changes: 0 additions & 159 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,109 +613,6 @@
</plugins>
</build>
</profile>
<profile>
<id>site</id>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${version.projectinfo.plugin}</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<!-- simpler configuration without reportSets available for usual
cases -->
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>licenses</report>
<report>modules</report>
<report>team</report>
<report>scm</report>
<report>ci-management</report>
<report>issue-management</report>
<report>dependencies</report>
<report>dependency-management</report>
<!--<report>dependency-convergence</report>-->
<report>plugins</report>
<report>plugin-management</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<!-- <plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>${version.lombok.maven}</version>
</plugin>-->
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>${version.clirr.plugin}</version>
<configuration>
Compare the current code against configured base version
<comparisonVersion>${version.maltcms.base}</comparisonVersion>
</configuration>
</plugin>-->
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${version.javadoc.plugin}</version>
<reportSets>
<reportSet>
<id>aggregate</id>
<inherited>false</inherited>
<reports>
<report>aggregate</report>
</reports>
</reportSet>
<reportSet>
<id>default</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<doclint>none</doclint>
<sourcepath>${delombok.output}</sourcepath>
</configuration>
</plugin>-->
</plugins>
</reporting>
</profile>
<!-- <profile>
<id>lombok-needs-tools-jar</id>
<activation>
<file>
<exists>${java.home}/../lib/tools.jar</exists>
</file>
<property>
<name>delombok</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>${version.lombok.maven}</version>
<dependencies>
<dependency>
<groupId>sun.jdk</groupId>
<artifactId>tools</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>-->
</profiles>
<modules>
<module>maltcms-test-tools</module>
Expand Down Expand Up @@ -745,18 +642,6 @@
</modules>
<dependencyManagement>
<dependencies>
<!-- <dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>-->
<!-- <dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>-->
<dependency>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>cross-main</artifactId>
Expand Down Expand Up @@ -860,16 +745,6 @@
<artifactId>hppc</artifactId>
<version>0.8.1</version>
</dependency>
<!-- <dependency>
<groupId>org.apache.batik</groupId>
<artifactId>com.springsource.org.apache.batik.dom.svg</artifactId>
<version>1.7.0</version>
</dependency>-->
<!-- <dependency>
<groupId>org.apache.batik</groupId>
<artifactId>com.springsource.org.apache.batik.svggen</artifactId>
<version>1.7.0</version>
</dependency>-->
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
Expand Down Expand Up @@ -917,22 +792,6 @@
<artifactId>netcdf4</artifactId>
<version>5.3.3</version>
</dependency>-->
<!-- <dependency>
<groupId>edu.ucar.unidata</groupId>
<artifactId>netcdf-osgi</artifactId>
<version>4.2.35</version>
</dependency>-->
<!-- <dependency>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>cross-main</artifactId>
<version>${version.cross}</version>
</dependency>-->
<!-- <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<type>jar</type>
</dependency>-->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand All @@ -944,25 +803,10 @@
<version>2.3.7</version>
<scope>runtime</scope>
</dependency>
<!-- <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${version.jaxb}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<scope>runtime</scope>
<version>${version.jaxb}</version>
</dependency>-->
</dependencies>
</dependencyManagement>

<dependencies>
<!-- <dependency>
<groupId>net.sf.maltcms</groupId>
<artifactId>cross-osgi</artifactId>
</dependency>-->
<dependency>
<groupId>io.github.nilshoffmann</groupId>
<artifactId>cross-test</artifactId>
Expand Down Expand Up @@ -992,17 +836,14 @@
<skipITs>true</skipITs>
<project.build.sourceLevel>17</project.build.sourceLevel>
<project.build.targetLevel>17</project.build.targetLevel>
<!--<additionalparam>-Xdoclint:none</additionalparam>-->
<version.cross>2.0.0</version.cross>
<!--<version.jaxb>2.3.1</version.jaxb>-->
<version.slf4j>2.0.7</version.slf4j>
<version.junit>4.13.1</version.junit>
<version.lombok>1.18.28</version.lombok>
<version.groovy>4.0.13</version.groovy>
<version.lombok.maven>1.18.20.0</version.lombok.maven>
<version.maltcms.base>1.3.0</version.maltcms.base>
<version.javadoc.plugin>3.5.0</version.javadoc.plugin>
<!--<version.clirr.plugin>2.7</version.clirr.plugin>-->
<version.projectinfo.plugin>3.4.2</version.projectinfo.plugin>
</properties>
</project>

0 comments on commit d79d743

Please sign in to comment.