Skip to content

Commit 846b9d0

Browse files
committed
* fixed #404 Task List View: LocalDate and LocalDateTime HTML rendering for Locale and in desired format
* fixed #405 User List View: LocalDate and LocalDateTime HTML rendering for Locale and in desired format
1 parent 19e7839 commit 846b9d0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -331,25 +331,12 @@
331331
<artifactId>postgresql</artifactId>
332332
<version>42.5.1</version>
333333
</dependency>
334-
<!--
335-
<dependency>
336-
<groupId>javax.xml.bind</groupId>
337-
<artifactId>jaxb-api</artifactId>
338-
<version>${javax-jaxb.version}</version>
339-
</dependency>
340-
<dependency>
341-
<groupId>net.sf.saxon</groupId>
342-
<artifactId>saxon-dom</artifactId>
343-
<version>8.7</version>
344-
</dependency>
345-
-->
346334
<dependency>
347335
<groupId>org.glassfish.jaxb</groupId>
348336
<artifactId>jaxb-runtime</artifactId>
349337
<version>4.0.1</version>
350338
</dependency>
351339

352-
353340
<!-- SCM -->
354341
<dependency>
355342
<groupId>org.apache.maven.scm</groupId>
@@ -799,16 +786,6 @@
799786
<groupId>com.zaxxer</groupId>
800787
<artifactId>HikariCP</artifactId>
801788
</dependency>
802-
<!--
803-
<dependency>
804-
<groupId>javax.xml.bind</groupId>
805-
<artifactId>jaxb-api</artifactId>
806-
</dependency>
807-
<dependency>
808-
<groupId>net.sf.saxon</groupId>
809-
<artifactId>saxon-dom</artifactId>
810-
</dependency>
811-
-->
812789

813790
<dependency>
814791
<groupId>org.glassfish.jaxb</groupId>

0 commit comments

Comments
 (0)