~raginggoblin/infolog/infolog

« back to all changes in this revision

Viewing changes to InfologServer/lib/hibernate-distribution-3.3.2.GA/project/tutorials/web/pom.xml

  • Committer: Raging Goblin
  • Date: 2013-11-16 16:51:32 UTC
  • Revision ID: raging_goblin-20131116165132-weujnptzc88uy4ah
Mavenized the project, now using shared project InfologSync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
 
 
3
 
    <modelVersion>4.0.0</modelVersion>
4
 
 
5
 
    <parent>
6
 
        <groupId>org.hibernate</groupId>
7
 
        <artifactId>hibernate-tutorials</artifactId>
8
 
        <version>3.3.2.GA</version>
9
 
        <relativePath>../pom.xml</relativePath>
10
 
    </parent>
11
 
 
12
 
    <groupId>org.hibernate</groupId>
13
 
    <artifactId>hibernate-tutorial-web</artifactId>
14
 
    <packaging>war</packaging>
15
 
 
16
 
    <name>Hibernate Web Tutorial</name>
17
 
    <description>A webapp-based tutorial project showcasing Hibernate usage</description>
18
 
 
19
 
    <dependencies>
20
 
        <dependency>
21
 
            <groupId>javax.servlet</groupId>
22
 
            <artifactId>servlet-api</artifactId>
23
 
            <version>2.3</version>
24
 
        </dependency>
25
 
    </dependencies>
26
 
 
27
 
</project>
 
 
b'\\ No newline at end of file'