pom.xml

changeset 50
2a90d105edec
parent 48
63200a99ea77
child 56
11b1e7153496
     1.1 --- a/pom.xml	Sat May 16 09:28:57 2020 +0200
     1.2 +++ b/pom.xml	Sat May 16 11:37:57 2020 +0200
     1.3 @@ -33,13 +33,14 @@
     1.4          </dependency>
     1.5          <dependency>
     1.6              <groupId>javax.servlet</groupId>
     1.7 -            <artifactId>jstl</artifactId>
     1.8 -            <version>1.2</version>
     1.9 +            <artifactId>javax.servlet-api</artifactId>
    1.10 +            <version>3.1.0</version>
    1.11 +            <scope>provided</scope>
    1.12          </dependency>
    1.13          <dependency>
    1.14              <groupId>javax.servlet</groupId>
    1.15 -            <artifactId>javax.servlet-api</artifactId>
    1.16 -            <version>3.1.0</version>
    1.17 +            <artifactId>jstl</artifactId>
    1.18 +            <version>1.2</version>
    1.19              <scope>provided</scope>
    1.20          </dependency>
    1.21      </dependencies>

mercurial