Changeset 1190
- Timestamp:
- 08/25/10 10:54:07 (18 months ago)
- File:
-
- 1 edited
-
trunk/docx4j/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/pom.xml
r1170 r1190 48 48 <sources> 49 49 <source>src/diffx</source> 50 <source>src/xslfo</source> 51 <source>src/pptx4j/java</source> 52 <source>src/svg</source> 50 53 </sources> 51 54 </configuration> … … 156 159 <artifactId>log4j</artifactId> 157 160 <version>1.2.15</version> 161 <exclusions> 162 <exclusion> 163 <groupId>javax.mail</groupId> 164 <artifactId>mail</artifactId> 165 </exclusion> 166 <exclusion> 167 <groupId>javax.jms</groupId> 168 <artifactId>jms</artifactId> 169 </exclusion> 170 <exclusion> 171 <groupId>com.sun.jdmk</groupId> 172 <artifactId>jmxtools</artifactId> 173 </exclusion> 174 <exclusion> 175 <groupId>com.sun.jmx</groupId> 176 <artifactId>jmxri</artifactId> 177 </exclusion> 178 </exclusions> 158 179 </dependency> 159 180 <dependency>
Note: See TracChangeset
for help on using the changeset viewer.
