Project

General

Profile

« Previous | Next » 

Revision 821fe02d

Added by Katja Luther over 3 years ago

create new branch webapp

View differences:

eu.etaxonomy.taxeditor.webapp/pom.xml
53 53
            </goals>
54 54
            <configuration>
55 55
              <includeArtifactIds>
56
                log4j,javax.servlet-api,
56
                log4j,
57 57
                jetty-server,jetty-util,jetty-webapp,jetty-xml,jetty-servlet,jetty-http,jetty-io,jetty-security
58 58
              </includeArtifactIds>
59 59
              <outputDirectory>
......
151 151
        <artifactId>log4j</artifactId>
152 152
        <version>${log4j.version}</version>
153 153
    </dependency>
154
    <dependency>
154
   <dependency>
155 155
        <groupId>javax.servlet</groupId>
156 156
        <artifactId>javax.servlet-api</artifactId>
157 157
        <version>4.0.1</version>
158 158
    </dependency>
159
    <dependency>
160
        <groupId>org.hibernate.validator</groupId>
161
        <artifactId>hibernate-validator</artifactId>
162
        <version>6.1.5.Final</version>
163
    </dependency>
159 164
    <dependency>
160 165
        <groupId>org.eclipse.jetty</groupId>
161 166
        <artifactId>jetty-server</artifactId>

Also available in: Unified diff