… | |
… | |
14 | <packaging>war</packaging> |
14 | <packaging>war</packaging> |
15 | |
15 | |
16 | <dependencies> |
16 | <dependencies> |
17 | |
17 | |
18 | <dependency> |
18 | <dependency> |
19 | <groupId>javax.servlet</groupId> |
19 | <groupId>javax.servlet.jsp</groupId> |
20 | <artifactId>jstl</artifactId> |
20 | <artifactId>jsp-api</artifactId> |
21 | <scope>runtime</scope> |
|
|
22 | </dependency> |
21 | </dependency> |
23 | |
22 | |
24 | <dependency> |
23 | <dependency> |
25 | <groupId>javax.servlet.jsp</groupId> |
24 | <groupId>org.apache.taglibs</groupId> |
26 | <artifactId>jsp-api</artifactId> |
25 | <artifactId>taglibs-standard-spec</artifactId> |
27 | <version>${jsp-api.version}</version> |
26 | </dependency> |
28 | <scope>provided</scope> |
27 | |
|
|
28 | <dependency> |
|
|
29 | <groupId>org.apache.taglibs</groupId> |
|
|
30 | <artifactId>taglibs-standard-impl</artifactId> |
29 | </dependency> |
31 | </dependency> |
30 | |
32 | |
31 | <dependency> |
33 | <dependency> |
32 | <groupId>org.onehippo.cms7.hst.dependencies</groupId> |
34 | <groupId>org.onehippo.cms7.hst.dependencies</groupId> |
33 | <artifactId>hst-server-dependencies</artifactId> |
35 | <artifactId>hst-server-dependencies</artifactId> |
… | |
… | |
42 | |
44 | |
43 | <dependency> |
45 | <dependency> |
44 | <groupId>org.onehippo.cms7.hst.dependencies</groupId> |
46 | <groupId>org.onehippo.cms7.hst.dependencies</groupId> |
45 | <artifactId>hst-client-dependencies</artifactId> |
47 | <artifactId>hst-client-dependencies</artifactId> |
46 | <type>pom</type> |
48 | <type>pom</type> |
47 | </dependency> |
|
|
48 | |
|
|
49 | <dependency> |
|
|
50 | <groupId>taglibs</groupId> |
|
|
51 | <artifactId>standard</artifactId> |
|
|
52 | <scope>runtime</scope> |
|
|
53 | </dependency> |
49 | </dependency> |
54 | |
50 | |
55 | <dependency> |
51 | <dependency> |
56 | <groupId>commons-lang</groupId> |
52 | <groupId>commons-lang</groupId> |
57 | <artifactId>commons-lang</artifactId> |
53 | <artifactId>commons-lang</artifactId> |