Changeset 1190


Ignore:
Timestamp:
08/25/10 10:54:07 (18 months ago)
Author:
jharrop
Message:

add source folders; exclude log4j dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/pom.xml

    r1170 r1190  
    4848                                                        <sources> 
    4949                                                                <source>src/diffx</source> 
     50                                                                <source>src/xslfo</source> 
     51                                                                <source>src/pptx4j/java</source> 
     52                                                                <source>src/svg</source> 
    5053                                                        </sources> 
    5154                                                </configuration> 
     
    156159                        <artifactId>log4j</artifactId> 
    157160                        <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>                    
    158179                </dependency> 
    159180                <dependency> 
Note: See TracChangeset for help on using the changeset viewer.