|
4 | 4 | <artifactId>fess-script-ognl</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | 6 | <name>OGNL Script Plugin</name> |
7 | | - <version>14.12.0-SNAPSHOT</version> |
| 7 | + <version>15.0.0-SNAPSHOT</version> |
8 | 8 | <scm> |
9 | 9 | < connection>scm:git: [email protected]:codelibs/fess-script-ognl.git</ connection> |
10 | 10 | < developerConnection>scm:git: [email protected]:codelibs/fess-script-ognl.git</ developerConnection> |
|
13 | 13 | <parent> |
14 | 14 | <groupId>org.codelibs.fess</groupId> |
15 | 15 | <artifactId>fess-parent</artifactId> |
16 | | - <version>14.12.0-SNAPSHOT</version> |
| 16 | + <version>15.0.0-SNAPSHOT</version> |
17 | 17 | <relativePath /> |
18 | 18 | </parent> |
19 | 19 | <properties> |
|
89 | 89 | <version>${ognl.version}</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | | - <groupId>javax.annotation</groupId> |
93 | | - <artifactId>javax.annotation-api</artifactId> |
94 | | - <version>${javax.annotation.api.version}</version> |
| 92 | + <groupId>jakarta.annotation</groupId> |
| 93 | + <artifactId>jakarta.annotation-api</artifactId> |
| 94 | + <version>${jakarta.annotation.api.version}</version> |
95 | 95 | <scope>provided</scope> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | | - <groupId>javax.servlet</groupId> |
99 | | - <artifactId>javax.servlet-api</artifactId> |
100 | | - <version>${javax.servlet.api.version}</version> |
| 98 | + <groupId>jakarta.servlet</groupId> |
| 99 | + <artifactId>jakarta.servlet-api</artifactId> |
| 100 | + <version>${jakarta.servlet.api.version}</version> |
101 | 101 | <scope>provided</scope> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
|
140 | 140 | </dependency> |
141 | 141 | <dependency> |
142 | 142 | <groupId>org.dbflute.utflute</groupId> |
143 | | - <artifactId>utflute-lastaflute</artifactId> |
| 143 | + <artifactId>utflute-lastaflute-jakarta</artifactId> |
144 | 144 | <version>${utflute.version}</version> |
145 | 145 | <scope>test</scope> |
146 | 146 | </dependency> |
|
0 commit comments