Index: trunk/WikiWord/WikiWordIntegrator/pom.xml |
— | — | @@ -80,6 +80,12 @@ |
81 | 81 | <version>2.0b4</version>
|
82 | 82 | <scope>runtime</scope>
|
83 | 83 | </dependency>
|
| 84 | + <dependency>
|
| 85 | + <groupId>org.slf4j</groupId>
|
| 86 | + <artifactId>slf4j-jdk14</artifactId>
|
| 87 | + <scope>test</scope>
|
| 88 | + <version>1.5.6</version>
|
| 89 | + </dependency>
|
84 | 90 | </dependencies>
|
85 | 91 |
|
86 | 92 | <build>
|
— | — | @@ -92,7 +98,7 @@ |
93 | 99 | <target>1.5</target>
|
94 | 100 | </configuration>
|
95 | 101 | </plugin>
|
96 | | - <plugin>
|
| 102 | + <!--<plugin>
|
97 | 103 | <groupId>maven-plugins</groupId>
|
98 | 104 | <artifactId>maven-docbook-plugin</artifactId>
|
99 | 105 | <configuration>
|
— | — | @@ -104,7 +110,7 @@ |
105 | 111 | <phase>doc</phase>
|
106 | 112 | </execution>
|
107 | 113 | </executions>
|
108 | | - </plugin>
|
| 114 | + </plugin>-->
|
109 | 115 | <plugin>
|
110 | 116 | <artifactId>docbook-maven-plugin</artifactId>
|
111 | 117 | <groupId>org.codehaus.mojo</groupId>
|