Skip to content

Commit

Permalink
Merge pull request #373 from attipaci/sitebuild-2023-03
Browse files Browse the repository at this point in the history
Fixes recent CI site build error by removing unneeded broken dependency
  • Loading branch information
attipaci committed Mar 6, 2023
2 parents d9cbb8e + 3ac6646 commit 786b1e6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Expand Up @@ -259,20 +259,6 @@
<pushChanges>false</pushChanges>
</configuration>
</plugin>
<plugin>
<groupId>org.tinyjee.dim</groupId>
<artifactId>doxia-include-macro</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>initialize-doxia-include-macro</id>
<phase>pre-site</phase>
<goals>
<goal>initialize</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand All @@ -286,11 +272,6 @@
<artifactId>wagon-ssh</artifactId>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.tinyjee.dim</groupId>
<artifactId>doxia-include-macro</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
Expand Down

0 comments on commit 786b1e6

Please sign in to comment.