Changeset 3:47b53ae385d1 in AnnotationManagerN4J for pom.xml
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r1 r3 60 60 <version>${restlet-version}</version> 61 61 </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> 62 73 <dependency> 63 74 <groupId>log4j</groupId> 64 75 <artifactId>log4j</artifactId> 65 76 <version>1.2.14</version> 77 </dependency> 78 <dependency> 79 <groupId>commons-codec</groupId> 80 <artifactId>commons-codec</artifactId> 81 <version>1.4</version> 66 82 </dependency> 67 83 </dependencies> … … 80 96 </pluginManagement> 81 97 </build> 98 <packaging>war</packaging> 82 99 </project>
Note: See TracChangeset
for help on using the changeset viewer.