| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>logviewer</artifactId> |
<artifactId>logviewer</artifactId> |
| 24 |
|
<currentVersion>1.0</currentVersion> |
| 25 |
<name>Log Viewer Portlets</name> |
<name>Log Viewer Portlets</name> |
| 26 |
<description>Log ViewerPortlets</description> |
<description>Log ViewerPortlets</description> |
| 27 |
<shortDescription>Log Viewer Portlets</shortDescription> |
<shortDescription>Log Viewer Portlets</shortDescription> |
| 28 |
|
|
| 29 |
|
<organization> |
| 30 |
|
<name>Portal Application Laboratorycom</name> |
| 31 |
|
<url>http://sourceforge.jp/projects/pal/</url> |
| 32 |
|
<logo>http://pal.sourceforge.jp/images/pal-logo.png</logo> |
| 33 |
|
</organization> |
| 34 |
|
<!-- If this project has a logo image, replace it --> |
| 35 |
|
<logo>http://pal.sourceforge.jp/images/sflogo.png</logo> |
| 36 |
|
|
| 37 |
<issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl> |
<issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl> |
| 38 |
<siteAddress>shell.sourceforge.jp</siteAddress> |
<siteAddress>shell.sourceforge.jp</siteAddress> |
| 39 |
<siteDirectory>/home/groups/p/pa/pal/htdocs/logviewer</siteDirectory> |
<siteDirectory>/home/groups/p/pa/pal/htdocs/logviewer</siteDirectory> |
| 45 |
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/logviewer</url> |
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/logviewer</url> |
| 46 |
</repository> |
</repository> |
| 47 |
|
|
| 48 |
|
<mailingLists> |
| 49 |
|
<mailingList> |
| 50 |
|
<name>CVS Notification List</name> |
| 51 |
|
<subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe> |
| 52 |
|
<unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe> |
| 53 |
|
<archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive> |
| 54 |
|
</mailingList> |
| 55 |
|
</mailingLists> |
| 56 |
|
|
| 57 |
|
<developers> |
| 58 |
|
<developer> |
| 59 |
|
<name>Shinsuke Sugaya</name> |
| 60 |
|
<id>shinsuke</id> |
| 61 |
|
<email>shinsuke@users.sourceforge.jp</email> |
| 62 |
|
<organization>marevol.com</organization> |
| 63 |
|
<roles> |
| 64 |
|
<role>Java Developer</role> |
| 65 |
|
</roles> |
| 66 |
|
<timezone>+9</timezone> |
| 67 |
|
</developer> |
| 68 |
|
</developers> |
| 69 |
|
|
| 70 |
<dependencies> |
<dependencies> |
| 71 |
<dependency> |
<dependency> |
| 72 |
<groupId>jetplume</groupId> |
<groupId>pal</groupId> |
| 73 |
<artifactId>bridges-myfaces</artifactId> |
<artifactId>bridges-myfaces</artifactId> |
| 74 |
<version>${bridges.myfaces.version}</version> |
<version>${bridges.myfaces.version}</version> |
| 75 |
<type>jar</type> |
<type>jar</type> |
| 81 |
<dependency> |
<dependency> |
| 82 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 83 |
<artifactId>logparser</artifactId> |
<artifactId>logparser</artifactId> |
| 84 |
<version>0.1-SNAPSHOT</version> |
<version>0.1</version> |
| 85 |
<type>jar</type> |
<type>jar</type> |
| 86 |
<properties> |
<properties> |
| 87 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 88 |
</properties> |
</properties> |
| 89 |
</dependency> |
</dependency> |
|
|
|
| 90 |
<dependency> |
<dependency> |
| 91 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 92 |
<artifactId>marevol-utils</artifactId> |
<artifactId>marevol-utils</artifactId> |
| 93 |
<version>0.1-SNAPSHOT</version> |
<version>0.1.1</version> |
| 94 |
<type>jar</type> |
<type>jar</type> |
| 95 |
<properties> |
<properties> |
| 96 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 97 |
</properties> |
</properties> |
| 98 |
</dependency> |
</dependency> |
|
|
|
| 99 |
<dependency> |
<dependency> |
| 100 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 101 |
<artifactId>hibernate-utils</artifactId> |
<artifactId>marevol-faces-utils</artifactId> |
| 102 |
<version>0.1-SNAPSHOT</version> |
<version>0.2-SNAPSHOT</version> |
| 103 |
<type>jar</type> |
<type>jar</type> |
| 104 |
<properties> |
<properties> |
| 105 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 106 |
</properties> |
</properties> |
| 107 |
</dependency> |
</dependency> |
| 108 |
|
|
| 109 |
|
|
| 110 |
<dependency> |
<dependency> |
| 111 |
<groupId>jetspeed2</groupId> |
<groupId>org.apache.portals.jetspeed-2</groupId> |
| 112 |
<artifactId>jetspeed-api</artifactId> |
<artifactId>jetspeed-api</artifactId> |
| 113 |
<version>${jetspeed.version}</version> |
<version>${jetspeed.version}</version> |
| 114 |
<type>jar</type> |
<type>jar</type> |
| 117 |
</properties> |
</properties> |
| 118 |
</dependency> |
</dependency> |
| 119 |
<dependency> |
<dependency> |
| 120 |
<id>jetspeed-header-resource</id> |
<groupId>org.apache.portals.jetspeed-2</groupId> |
| 121 |
<groupId>jetspeed2</groupId> |
<artifactId>jetspeed-header-resource</artifactId> |
| 122 |
<version>${jetspeed.version}</version> |
<version>${jetspeed.version}</version> |
| 123 |
<properties> |
<properties> |
| 124 |
<war.bundle>false</war.bundle> |
<war.bundle>false</war.bundle> |
| 125 |
</properties> |
</properties> |
| 126 |
</dependency> |
</dependency> |
| 127 |
|
|
| 128 |
|
<dependency> |
| 129 |
|
<groupId>org.apache.portals.bridges</groupId> |
| 130 |
|
<artifactId>portals-bridges-portletfilter</artifactId> |
| 131 |
|
<version>1.0</version> |
| 132 |
|
<type>jar</type> |
| 133 |
|
<properties> |
| 134 |
|
<war.bundle>true</war.bundle> |
| 135 |
|
</properties> |
| 136 |
|
</dependency> |
| 137 |
|
|
| 138 |
<dependency> |
<dependency> |
| 139 |
<id>servletapi</id> |
<id>servletapi</id> |
| 150 |
<war.bundle>false</war.bundle> |
<war.bundle>false</war.bundle> |
| 151 |
</properties> |
</properties> |
| 152 |
</dependency> |
</dependency> |
| 153 |
<!-- warred jars --> |
|
| 154 |
|
<dependency> |
| 155 |
|
<groupId>commons-lang</groupId> |
| 156 |
|
<artifactId>commons-lang</artifactId> |
| 157 |
|
<version>2.1</version> |
| 158 |
|
<url>http://jakarta.apache.org/commons/lang</url> |
| 159 |
|
<properties> |
| 160 |
|
<war.bundle>true</war.bundle> |
| 161 |
|
</properties> |
| 162 |
|
</dependency> |
| 163 |
<dependency> |
<dependency> |
| 164 |
<groupId>commons-beanutils</groupId> |
<groupId>commons-beanutils</groupId> |
| 165 |
<artifactId>commons-beanutils</artifactId> |
<artifactId>commons-beanutils</artifactId> |
| 166 |
<version>1.6.1</version> |
<version>1.6.1</version> |
| 167 |
<url>http://jakarta.apache.org/commons/beanutils.html</url> |
<url>http://jakarta.apache.org/commons/beanutils</url> |
| 168 |
<properties> |
<properties> |
| 169 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 170 |
</properties> |
</properties> |
| 179 |
</properties> |
</properties> |
| 180 |
</dependency> |
</dependency> |
| 181 |
<dependency> |
<dependency> |
|
<groupId>commons-collections</groupId> |
|
|
<artifactId>commons-collections</artifactId> |
|
|
<version>2.1</version> |
|
|
<url>http://jakarta.apache.org/commons/collections.html</url> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
| 182 |
<groupId>commons-digester</groupId> |
<groupId>commons-digester</groupId> |
| 183 |
<artifactId>commons-digester</artifactId> |
<artifactId>commons-digester</artifactId> |
| 184 |
<version>1.5</version> |
<version>1.5</version> |
| 185 |
<url>http://jakarta.apache.org/commons/digester.html</url> |
<url>http://jakarta.apache.org/commons/digester</url> |
| 186 |
<properties> |
<properties> |
| 187 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 188 |
</properties> |
</properties> |
| 197 |
</dependency> |
</dependency> |
| 198 |
<dependency> |
<dependency> |
| 199 |
<id>log4j</id> |
<id>log4j</id> |
| 200 |
<version>1.2.9</version> |
<version>1.2.13</version> |
| 201 |
<properties> |
<properties> |
| 202 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 203 |
</properties> |
</properties> |
| 206 |
<dependency> |
<dependency> |
| 207 |
<groupId>myfaces</groupId> |
<groupId>myfaces</groupId> |
| 208 |
<artifactId>myfaces-all</artifactId> |
<artifactId>myfaces-all</artifactId> |
| 209 |
<version>1.1.0</version> |
<version>1.1.1</version> |
| 210 |
<properties> |
<properties> |
| 211 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 212 |
</properties> |
</properties> |
| 216 |
<groupId>commons-logging</groupId> |
<groupId>commons-logging</groupId> |
| 217 |
<artifactId>commons-logging</artifactId> |
<artifactId>commons-logging</artifactId> |
| 218 |
<version>1.0.4</version> |
<version>1.0.4</version> |
| 219 |
<url>http://jakarta.apache.org/commons/logging.html</url> |
<url>http://jakarta.apache.org/commons/logging</url> |
| 220 |
<properties> |
<properties> |
| 221 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 222 |
</properties> |
</properties> |
| 230 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 231 |
</properties> |
</properties> |
| 232 |
</dependency> |
</dependency> |
| 233 |
|
|
| 234 |
<dependency> |
<dependency> |
| 235 |
<groupId>hsqldb</groupId> |
<groupId>hsqldb</groupId> |
| 236 |
<artifactId>hsqldb</artifactId> |
<artifactId>hsqldb</artifactId> |
| 239 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 240 |
</properties> |
</properties> |
| 241 |
</dependency> |
</dependency> |
| 242 |
<!-- |
<!-- |
| 243 |
<dependency> |
<dependency> |
| 244 |
<groupId>mysql</groupId> |
<groupId>mysql</groupId> |
| 245 |
<artifactId>mysql-connector-java</artifactId> |
<artifactId>mysql-connector-java</artifactId> |
| 249 |
</properties> |
</properties> |
| 250 |
</dependency> |
</dependency> |
| 251 |
--> |
--> |
| 252 |
|
|
| 253 |
<!-- Hibernate --> |
<!-- Hibernate --> |
| 254 |
|
|
| 255 |
<dependency> |
<dependency> |
| 256 |
<groupId>hibernate</groupId> |
<groupId>hibernate</groupId> |
| 257 |
<artifactId>hibernate</artifactId> |
<artifactId>hibernate</artifactId> |
| 258 |
<version>3.0.5</version> |
<version>3.1.2</version> |
| 259 |
<properties> |
<properties> |
| 260 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 261 |
</properties> |
</properties> |
| 270 |
</properties> |
</properties> |
| 271 |
</dependency> |
</dependency> |
| 272 |
|
|
| 273 |
<dependency> |
<!--dependency> |
| 274 |
<groupId>swarmcache</groupId> |
<groupId>swarmcache</groupId> |
| 275 |
<artifactId>swarmcache</artifactId> |
<artifactId>swarmcache</artifactId> |
| 276 |
<version>1.0RC2</version> |
<version>1.0RC2</version> |
| 277 |
<properties> |
<properties> |
| 278 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 279 |
</properties> |
</properties> |
| 280 |
</dependency> |
</dependency--> |
| 281 |
|
|
| 282 |
<dependency> |
<!--dependency> |
| 283 |
<groupId>jboss</groupId> |
<groupId>jboss</groupId> |
| 284 |
<artifactId>jboss-cache</artifactId> |
<artifactId>jboss-cache</artifactId> |
| 285 |
<version>1.2.2</version> |
<version>1.2.2</version> |
| 286 |
<properties> |
<properties> |
| 287 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 288 |
</properties> |
</properties> |
| 289 |
</dependency> |
</dependency--> |
| 290 |
|
|
| 291 |
<dependency> |
<!--dependency> |
| 292 |
<groupId>jgroups</groupId> |
<groupId>jgroups</groupId> |
| 293 |
<artifactId>jgroups-all</artifactId> |
<artifactId>jgroups-all</artifactId> |
| 294 |
<version>2.2.7</version> |
<version>2.2.8</version> |
| 295 |
<properties> |
<properties> |
| 296 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 297 |
</properties> |
</properties> |
| 298 |
</dependency> |
</dependency--> |
| 299 |
|
|
| 300 |
<dependency> |
<dependency> |
| 301 |
<groupId>jta</groupId> |
<groupId>jta</groupId> |
| 306 |
</properties> |
</properties> |
| 307 |
</dependency> |
</dependency> |
| 308 |
|
|
| 309 |
<dependency> |
<!--dependency> |
| 310 |
<groupId>c3p0</groupId> |
<groupId>c3p0</groupId> |
| 311 |
<artifactId>c3p0</artifactId> |
<artifactId>c3p0</artifactId> |
| 312 |
<version>0.8.5.2</version> |
<version>0.9.0</version> |
| 313 |
<properties> |
<properties> |
| 314 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 315 |
</properties> |
</properties> |
| 316 |
</dependency> |
</dependency--> |
| 317 |
|
|
| 318 |
<dependency> |
<!--dependency> |
| 319 |
<groupId>j2ee</groupId> |
<groupId>j2ee</groupId> |
| 320 |
<artifactId>connector</artifactId> |
<artifactId>connector</artifactId> |
| 321 |
<version>1.0</version> |
<version>1.0</version> |
| 322 |
<properties> |
<properties> |
| 323 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 324 |
</properties> |
</properties> |
| 325 |
</dependency> |
</dependency--> |
| 326 |
|
|
| 327 |
<dependency> |
<!--dependency> |
| 328 |
<groupId>jboss</groupId> |
<groupId>jboss</groupId> |
| 329 |
<artifactId>jboss-system</artifactId> |
<artifactId>jboss-system</artifactId> |
| 330 |
<version>4.0.2</version> |
<version>4.0.2</version> |
| 331 |
<properties> |
<properties> |
| 332 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 333 |
</properties> |
</properties> |
| 334 |
</dependency> |
</dependency--> |
| 335 |
|
|
| 336 |
<dependency> |
<dependency> |
| 337 |
<groupId>asm</groupId> |
<groupId>asm</groupId> |
| 342 |
</properties> |
</properties> |
| 343 |
</dependency> |
</dependency> |
| 344 |
|
|
| 345 |
<dependency> |
<!--dependency> |
| 346 |
<groupId>j2ee</groupId> |
<groupId>j2ee</groupId> |
| 347 |
<artifactId>jacc</artifactId> |
<artifactId>jacc</artifactId> |
| 348 |
<version>1_0-fr</version> |
<version>1_0-fr</version> |
| 349 |
<properties> |
<properties> |
| 350 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 351 |
</properties> |
</properties> |
| 352 |
</dependency> |
</dependency--> |
| 353 |
|
|
| 354 |
<dependency> |
<dependency> |
| 355 |
<groupId>dom4j</groupId> |
<groupId>dom4j</groupId> |
| 356 |
<artifactId>dom4j</artifactId> |
<artifactId>dom4j</artifactId> |
| 357 |
<version>1.6</version> |
<version>1.6.1</version> |
| 358 |
<properties> |
<properties> |
| 359 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 360 |
</properties> |
</properties> |
| 361 |
</dependency> |
</dependency> |
| 362 |
|
|
| 363 |
<dependency> |
<dependency> |
| 364 |
<groupId>hibernate</groupId> |
<groupId>antlr</groupId> |
| 365 |
<artifactId>antlr</artifactId> |
<artifactId>antlr</artifactId> |
| 366 |
<version>2.7.5H3</version> |
<version>2.7.6rc1</version> |
| 367 |
<properties> |
<properties> |
| 368 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 369 |
</properties> |
</properties> |
| 372 |
<dependency> |
<dependency> |
| 373 |
<groupId>cglib</groupId> |
<groupId>cglib</groupId> |
| 374 |
<artifactId>cglib</artifactId> |
<artifactId>cglib</artifactId> |
| 375 |
<version>2.1</version> |
<version>2.1_3</version> |
| 376 |
<properties> |
<properties> |
| 377 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 378 |
</properties> |
</properties> |
| 379 |
</dependency> |
</dependency> |
| 380 |
|
|
| 381 |
<dependency> |
<!--dependency> |
| 382 |
<groupId>jboss</groupId> |
<groupId>jboss</groupId> |
| 383 |
<artifactId>jboss-common</artifactId> |
<artifactId>jboss-common</artifactId> |
| 384 |
<version>4.0.2</version> |
<version>4.0.2</version> |
| 385 |
<properties> |
<properties> |
| 386 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 387 |
</properties> |
</properties> |
| 388 |
</dependency> |
</dependency--> |
| 389 |
|
|
| 390 |
<dependency> |
<dependency> |
| 391 |
<groupId>opensymphony</groupId> |
<groupId>asm</groupId> |
| 392 |
<artifactId>oscache</artifactId> |
<artifactId>asm</artifactId> |
| 393 |
<version>2.1</version> |
<version>1.5.3</version> |
| 394 |
<properties> |
<properties> |
| 395 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 396 |
</properties> |
</properties> |
| 397 |
</dependency> |
</dependency> |
| 398 |
|
|
| 399 |
<dependency> |
<!--dependency> |
| 400 |
<groupId>asm</groupId> |
<groupId>opensymphony</groupId> |
| 401 |
<artifactId>asm</artifactId> |
<artifactId>oscache</artifactId> |
| 402 |
<version>1.5.3</version> |
<version>2.1</version> |
| 403 |
<properties> |
<properties> |
| 404 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 405 |
</properties> |
</properties> |
| 406 |
</dependency> |
</dependency--> |
| 407 |
|
|
| 408 |
<dependency> |
<!-- jaas.jar, jdbc2_0-stdext.jar --> |
| 409 |
|
|
| 410 |
|
<!--dependency> |
| 411 |
<groupId>jboss</groupId> |
<groupId>jboss</groupId> |
| 412 |
<artifactId>jboss-jmx</artifactId> |
<artifactId>jboss-jmx</artifactId> |
| 413 |
<version>4.0.2</version> |
<version>4.0.2</version> |
| 414 |
<properties> |
<properties> |
| 415 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 416 |
</properties> |
</properties> |
| 417 |
</dependency> |
</dependency--> |
| 418 |
|
|
| 419 |
|
<!-- xerces-2.6.2.jar --> |
| 420 |
|
|
| 421 |
<dependency> |
<dependency> |
| 422 |
<groupId>jaxen</groupId> |
<groupId>jaxen</groupId> |
| 423 |
<artifactId>jaxen</artifactId> |
<artifactId>jaxen</artifactId> |
| 424 |
<version>1.1-beta-4</version> |
<version>1.1-beta-7</version> |
| 425 |
<properties> |
<properties> |
| 426 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 427 |
</properties> |
</properties> |
| 428 |
</dependency> |
</dependency> |
| 429 |
|
|
| 430 |
<dependency> |
<dependency> |
| 431 |
|
<groupId>commons-collections</groupId> |
| 432 |
|
<artifactId>commons-collections</artifactId> |
| 433 |
|
<version>2.1.1</version> |
| 434 |
|
<url>http://jakarta.apache.org/commons/collections</url> |
| 435 |
|
<properties> |
| 436 |
|
<war.bundle>true</war.bundle> |
| 437 |
|
</properties> |
| 438 |
|
</dependency> |
| 439 |
|
|
| 440 |
|
<!--dependency> |
| 441 |
<groupId>proxool</groupId> |
<groupId>proxool</groupId> |
| 442 |
<artifactId>proxool</artifactId> |
<artifactId>proxool</artifactId> |
| 443 |
<version>0.8.3</version> |
<version>0.8.3</version> |
| 444 |
<properties> |
<properties> |
| 445 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 446 |
</properties> |
</properties> |
| 447 |
</dependency> |
</dependency--> |
| 448 |
|
|
| 449 |
<dependency> |
<!--dependency> |
| 450 |
<groupId>concurrent</groupId> |
<groupId>concurrent</groupId> |
| 451 |
<artifactId>concurrent</artifactId> |
<artifactId>concurrent</artifactId> |
| 452 |
<version>1.3.4</version> |
<version>1.3.2</version> |
| 453 |
<properties> |
<properties> |
| 454 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 455 |
</properties> |
</properties> |
| 456 |
</dependency> |
</dependency--> |
| 457 |
|
|
| 458 |
<!-- S2Hibernate --> |
<!-- S2Hibernate --> |
| 459 |
<!-- |
|
| 460 |
<dependency> |
<dependency> |
| 461 |
<groupId>aopalliance</groupId> |
<groupId>aopalliance</groupId> |
| 462 |
<artifactId>aopalliance</artifactId> |
<artifactId>aopalliance</artifactId> |
| 466 |
</properties> |
</properties> |
| 467 |
</dependency> |
</dependency> |
| 468 |
<dependency> |
<dependency> |
| 469 |
|
<groupId>geronimo-spec</groupId> |
| 470 |
|
<artifactId>geronimo-spec-j2ee</artifactId> |
| 471 |
|
<version>1.4-rc4</version> |
| 472 |
|
<properties> |
| 473 |
|
<war.bundle>true</war.bundle> |
| 474 |
|
</properties> |
| 475 |
|
</dependency> |
| 476 |
|
<dependency> |
| 477 |
<groupId>javassist</groupId> |
<groupId>javassist</groupId> |
| 478 |
<artifactId>javassist</artifactId> |
<artifactId>javassist</artifactId> |
| 479 |
<version>3.0</version> |
<version>3.0</version> |
| 498 |
</properties> |
</properties> |
| 499 |
</dependency> |
</dependency> |
| 500 |
<dependency> |
<dependency> |
| 501 |
<groupId>seaser</groupId> |
<groupId>seasar</groupId> |
| 502 |
<artifactId>s2-extension</artifactId> |
<artifactId>s2-extension</artifactId> |
| 503 |
<version>2.2.9</version> |
<version>2.4.0-beta-1</version> |
| 504 |
<properties> |
<properties> |
| 505 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 506 |
</properties> |
</properties> |
| 507 |
</dependency> |
</dependency> |
| 508 |
<dependency> |
<dependency> |
| 509 |
<groupId>seaser</groupId> |
<groupId>seasar</groupId> |
| 510 |
<artifactId>s2-framework</artifactId> |
<artifactId>s2-framework</artifactId> |
| 511 |
<version>2.2.9</version> |
<version>2.4.0-beta-1</version> |
| 512 |
<properties> |
<properties> |
| 513 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 514 |
</properties> |
</properties> |
| 515 |
</dependency> |
</dependency> |
| 516 |
<dependency> |
<dependency> |
| 517 |
<groupId>seaser</groupId> |
<groupId>seasar</groupId> |
| 518 |
<artifactId>s2-hibernate</artifactId> |
<artifactId>s2-hibernate</artifactId> |
| 519 |
<version>1.1.0</version> |
<version>1.1.2</version> |
| 520 |
<properties> |
<properties> |
| 521 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 522 |
</properties> |
</properties> |
| 523 |
</dependency> |
</dependency> |
| 524 |
--> |
<dependency> |
| 525 |
|
<groupId>seasar</groupId> |
| 526 |
|
<artifactId>s2-portlet</artifactId> |
| 527 |
|
<version>1.0.0</version> |
| 528 |
|
<properties> |
| 529 |
|
<war.bundle>true</war.bundle> |
| 530 |
|
</properties> |
| 531 |
|
</dependency> |
| 532 |
|
|
| 533 |
|
|
| 534 |
</dependencies> |
</dependencies> |
| 535 |
|
|
| 536 |
|
|