Skip to content

Commit d7db2fe

Browse files
committed
work
1 parent 948e6dd commit d7db2fe

File tree

1 file changed

+0
-61
lines changed

1 file changed

+0
-61
lines changed

pom.xml

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,58 +1259,6 @@
12591259
<groupId>org.apache.maven.plugins</groupId>
12601260
<artifactId>maven-site-plugin</artifactId>
12611261
<version>${version.maven-site-plugin}</version>
1262-
<!--
1263-
<dependencies>
1264-
<dependency>
1265-
<groupId>org.apache.maven.doxia</groupId>
1266-
<artifactId>doxia-module-markdown</artifactId>
1267-
<version>${doxia-module.version}</version>
1268-
<scope>compile</scope>
1269-
</dependency>
1270-
<dependency>
1271-
<groupId>org.apache.maven.doxia</groupId>
1272-
<artifactId>doxia-module-itext</artifactId>
1273-
<version>${doxia-module.version}</version>
1274-
<scope>compile</scope>
1275-
</dependency>
1276-
<dependency>
1277-
<groupId>org.apache.maven.doxia</groupId>
1278-
<artifactId>doxia-module-latex</artifactId>
1279-
<version>${doxia-module.version}</version>
1280-
<scope>compile</scope>
1281-
</dependency>
1282-
<dependency>
1283-
<groupId>org.apache.maven.doxia</groupId>
1284-
<artifactId>doxia-module-rtf</artifactId>
1285-
<version>${doxia-module.version}</version>
1286-
<scope>compile</scope>
1287-
</dependency>
1288-
<dependency>
1289-
<groupId>org.apache.maven.doxia</groupId>
1290-
<artifactId>doxia-module-xdoc</artifactId>
1291-
<version>${doxia-module.version}</version>
1292-
<scope>compile</scope>
1293-
</dependency>
1294-
<dependency>
1295-
<groupId>org.apache.maven.doxia</groupId>
1296-
<artifactId>doxia-skin-model</artifactId>
1297-
<version>${doxia-module.version}</version>
1298-
<scope>compile</scope>
1299-
</dependency>
1300-
<dependency>
1301-
<groupId>org.apache.maven.doxia</groupId>
1302-
<artifactId>doxia-site-renderer</artifactId>
1303-
<version>${doxia-module.version}</version>
1304-
<scope>compile</scope>
1305-
</dependency>
1306-
<dependency>
1307-
<groupId>org.apache.maven.doxia</groupId>
1308-
<artifactId>doxia-test-docs</artifactId>
1309-
<version>${doxia-module.version}</version>
1310-
<scope>compile</scope>
1311-
</dependency>
1312-
</dependencies>
1313-
-->
13141262
</plugin>
13151263
<plugin>
13161264
<groupId>org.apache.maven.plugins</groupId>
@@ -1322,11 +1270,6 @@
13221270
<artifactId>maven-failsafe-plugin</artifactId>
13231271
<version>${maven-failsafe-plugin.version}</version>
13241272
</plugin>
1325-
<plugin>
1326-
<groupId>com.heroku.sdk</groupId>
1327-
<artifactId>heroku-maven-plugin</artifactId>
1328-
<version>3.0.3</version>
1329-
</plugin>
13301273
</plugins>
13311274
</pluginManagement>
13321275
<plugins>
@@ -1731,10 +1674,6 @@
17311674
</systemPropertyVariables>
17321675
</configuration>
17331676
</plugin>
1734-
<plugin>
1735-
<groupId>com.heroku.sdk</groupId>
1736-
<artifactId>heroku-maven-plugin</artifactId>
1737-
</plugin>
17381677
<plugin>
17391678
<groupId>org.asciidoctor</groupId>
17401679
<artifactId>asciidoctor-maven-plugin</artifactId>

0 commit comments

Comments
 (0)