Changeset 3:47b53ae385d1 in AnnotationManagerN4J for pom.xml


Ignore:
Timestamp:
Jun 29, 2012, 6:38:27 PM (12 years ago)
Author:
casties
Branch:
default
Message:

merging old code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r1 r3  
    6060                        <version>${restlet-version}</version>
    6161                </dependency>
     62                <dependency>
     63                        <groupId>com.googlecode.jsontoken</groupId>
     64                        <artifactId>jsontoken</artifactId>
     65                        <version>1.1-SNAPSHOT</version>
     66                        <exclusions>
     67                                <exclusion>
     68                                        <artifactId>servlet-api</artifactId>
     69                                        <groupId>javax.servlet</groupId>
     70                                </exclusion>
     71                        </exclusions>
     72                </dependency>
    6273        <dependency>
    6374            <groupId>log4j</groupId>
    6475            <artifactId>log4j</artifactId>
    6576            <version>1.2.14</version>
     77        </dependency>
     78        <dependency>
     79                <groupId>commons-codec</groupId>
     80                <artifactId>commons-codec</artifactId>
     81                <version>1.4</version>
    6682        </dependency>
    6783        </dependencies>
     
    8096                </pluginManagement>
    8197        </build>
     98        <packaging>war</packaging>
    8299</project>
Note: See TracChangeset for help on using the changeset viewer.