Changeset 34


Ignore:
Timestamp:
12/16/07 10:41:25 (4 years ago)
Author:
jharrop
Message:

Update dependencies so that JDK 1.6.x can find com.sun.xml.bind.Locatable and com.sun.xml.bind.annotation.XmlLocation?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jaxb/pom.xml

    r20 r34  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<project xmlns="http://maven.apache.org/POM/4.0.0" 
    3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
     3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
    55                             http://maven.apache.org/maven-v4_0_0.xsd "> 
     6         
     7         
     8        <!-- ====================================================================== --> 
     9         
     10        <!-- P R O J E C T  D E S C R I P T I O N                                   --> 
     11         
     12        <!-- ====================================================================== --> 
     13         
     14        <modelVersion>4.0.0</modelVersion> 
     15        <groupId>org.plutext</groupId> 
     16        <artifactId>docx4j</artifactId> 
     17        <packaging>jar</packaging> 
     18        <version>0.1-SNAPSHOT</version> 
     19        <name>docx4j</name> 
     20        <description>docx4j is a library which helps you to work with the Office Open XML file 
     21                format, specifically WordprocessingML as used in docx documents.</description> 
     22        <url>http://dev.plutext.org/</url> 
     23        <prerequisites/> 
     24        <inceptionYear>2007</inceptionYear> 
     25         
     26        <developers> 
     27                <developer> 
     28                        <id>jharrop</id> 
     29                        <name>Jason Harrop</name> 
     30                        <email>jason@plutext.org</email> 
     31                        <organization>Plutext</organization> 
     32                        <roles> 
     33                                <role>Developer</role> 
     34                        </roles> 
     35                        <timezone>+10</timezone> 
     36                </developer> 
     37        </developers> 
     38         
     39        <repositories> 
     40                <repository> 
     41                        <id>maven2-repository.dev.java.net</id> 
     42                        <name>Java.net Maven 2 Repository</name> 
     43                        <url>https://maven2-repository.dev.java.net/nonav/repository</url> 
     44                </repository> 
     45                <repository> 
     46                        <id>maven-repository.dev.java.net</id> 
     47                        <name>Java.net Maven 1 Repository (legacy)</name> 
     48                        <url>https://maven-repository.dev.java.net/nonav/repository</url> 
     49                        <layout>legacy</layout> 
     50                </repository> 
     51        </repositories> 
     52         
     53        <dependencies> 
     54                <dependency> 
     55                        <groupId>com.sun.xml.bind</groupId> 
     56                        <artifactId>jaxb-xjc</artifactId> 
     57                        <version>2.1.2</version> 
     58                </dependency> 
     59                <dependency> 
     60                        <groupId>com.sun.xml.bind</groupId> 
     61                        <artifactId>jaxb-impl</artifactId> 
     62                        <version>2.1.2</version> 
     63                </dependency> 
     64                <dependency> 
     65                        <groupId>javax.xml.bind</groupId> 
     66                        <artifactId>jaxb-api</artifactId> 
     67                        <version>2.1</version> 
     68                </dependency>            
     69                <dependency> 
     70                        <groupId>xerces</groupId> 
     71                        <artifactId>xercesImpl</artifactId> 
     72                        <version>2.8.1</version> 
     73                </dependency> 
     74                <dependency> 
     75                        <groupId>javax.jcr</groupId> 
     76                        <artifactId>jcr</artifactId> 
     77                        <version>1.0</version> 
     78                </dependency> 
     79                <dependency> 
     80                        <groupId>org.apache.jackrabbit</groupId> 
     81                        <artifactId>jackrabbit-api</artifactId> 
     82                        <version>1.3</version> 
     83                </dependency> 
     84                <dependency> 
     85                        <groupId>org.apache.jackrabbit</groupId> 
     86                        <artifactId>jackrabbit-core</artifactId> 
     87                        <version>1.3</version> 
     88                </dependency> 
     89                <dependency> 
     90                        <groupId>log4j</groupId> 
     91                        <artifactId>log4j</artifactId> 
     92                        <version>1.2.13</version> 
     93                </dependency> 
     94                <dependency> 
     95                        <groupId>dom4j</groupId> 
     96                        <artifactId>dom4j</artifactId> 
     97                        <version>1.6.1</version> 
     98                </dependency> 
    699 
    7   <!-- ====================================================================== --> 
    8   <!-- P R O J E C T  D E S C R I P T I O N                                   --> 
    9   <!-- ====================================================================== --> 
    10  
    11   <modelVersion>4.0.0</modelVersion> 
    12   <groupId>org.plutext</groupId> 
    13   <artifactId>docx4j</artifactId> 
    14   <packaging>jar</packaging> 
    15   <version>0.1-SNAPSHOT</version> 
    16   <name>docx4j</name> 
    17   <description>docx4j is a library which helps you to work with the Office Open XML file format, specifically WordprocessingML as used in docx documents.</description> 
    18   <url>http://dev.plutext.org/</url> 
    19   <prerequisites /> 
    20   <inceptionYear>2007</inceptionYear> 
    21    
    22   <developers> 
    23     <developer> 
    24       <id>jharrop</id> 
    25       <name>Jason Harrop</name> 
    26       <email>jason@plutext.org</email> 
    27       <organization>Plutext</organization> 
    28       <roles> 
    29         <role>Developer</role> 
    30       </roles> 
    31       <timezone>+10</timezone> 
    32     </developer> 
    33   </developers> 
    34    
    35   <repositories> 
    36                 <repository> 
    37                 <id>maven2-repository.dev.java.net</id> 
    38                 <name>Java.net Maven 2 Repository</name> 
    39                 <url>http://download.java.net/maven/2</url>   
    40                 </repository> 
    41 </repositories> 
    42    
    43   <dependencies> 
    44     <dependency> 
    45       <groupId>xerces</groupId> 
    46       <artifactId>xercesImpl</artifactId> 
    47       <version>2.8.1</version> 
    48     </dependency> 
    49     <dependency> 
    50       <groupId>javax.jcr</groupId> 
    51       <artifactId>jcr</artifactId> 
    52       <version>1.0</version> 
    53     </dependency> 
    54     <dependency> 
    55       <groupId>org.apache.jackrabbit</groupId> 
    56       <artifactId>jackrabbit-api</artifactId> 
    57       <version>1.3</version> 
    58     </dependency> 
    59     <dependency> 
    60       <groupId>org.apache.jackrabbit</groupId> 
    61       <artifactId>jackrabbit-core</artifactId> 
    62       <version>1.3</version> 
    63     </dependency> 
    64     <dependency> 
    65       <groupId>log4j</groupId> 
    66       <artifactId>log4j</artifactId> 
    67       <version>1.2.13</version> 
    68     </dependency> 
    69     <dependency> 
    70       <groupId>dom4j</groupId> 
    71       <artifactId>dom4j</artifactId> 
    72       <version>1.6.1</version> 
    73     </dependency> 
    74 <!--      
    75     <dependency> 
    76       <groupId>javax.xml.bind</groupId> 
    77       <artifactId>jaxb-impl</artifactId> 
    78       <version>2.1.5</version> 
    79     </dependency> 
    80     <dependency> 
    81       <groupId>javax.xml.bind</groupId> 
    82       <artifactId>jaxb-libs</artifactId> 
    83       <version>2.1.5</version> 
    84     </dependency> 
    85  -->     
    86   </dependencies> 
    87      <build> 
    88          <plugins> 
    89            <plugin> 
    90               <groupId>org.apache.maven.plugins</groupId> 
    91               <artifactId>maven-compiler-plugin</artifactId> 
    92               <configuration> 
    93                    <source>1.5</source> 
    94                    <target>1.5</target> 
    95               </configuration> 
    96            </plugin> 
    97          </plugins> 
    98        </build>   
     100        </dependencies> 
     101        <build> 
     102                <plugins> 
     103                        <plugin> 
     104                                <groupId>org.apache.maven.plugins</groupId> 
     105                                <artifactId>maven-compiler-plugin</artifactId> 
     106                                <configuration> 
     107                                        <source>1.5</source> 
     108                                        <target>1.5</target> 
     109                                </configuration> 
     110                        </plugin> 
     111                </plugins> 
     112        </build> 
    99113</project> 
Note: See TracChangeset for help on using the changeset viewer.