File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 331
331
<artifactId >postgresql</artifactId >
332
332
<version >42.5.1</version >
333
333
</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
- -->
346
334
<dependency >
347
335
<groupId >org.glassfish.jaxb</groupId >
348
336
<artifactId >jaxb-runtime</artifactId >
349
337
<version >4.0.1</version >
350
338
</dependency >
351
339
352
-
353
340
<!-- SCM -->
354
341
<dependency >
355
342
<groupId >org.apache.maven.scm</groupId >
799
786
<groupId >com.zaxxer</groupId >
800
787
<artifactId >HikariCP</artifactId >
801
788
</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
- -->
812
789
813
790
<dependency >
814
791
<groupId >org.glassfish.jaxb</groupId >
You can’t perform that action at this time.
0 commit comments