comparison pom.xml @ 122:8d79021099a4

XML dump with new ismi-date element.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Sun, 29 Jan 2023 19:43:02 +0100
parents fa7b1058b776
children ba3742584f93
comparison
equal deleted inserted replaced
121:0a8facc3d296 122:8d79021099a4
107 <version>0.9.1.2</version> 107 <version>0.9.1.2</version>
108 </dependency> 108 </dependency>
109 <dependency> 109 <dependency>
110 <groupId>mysql</groupId> 110 <groupId>mysql</groupId>
111 <artifactId>mysql-connector-java</artifactId> 111 <artifactId>mysql-connector-java</artifactId>
112 <version>5.1.6</version> 112 <!-- <version>5.1.6</version> -->
113 <version>8.0.19</version>
113 </dependency> 114 </dependency>
114 115
115 <dependency> 116 <dependency>
116 <groupId>postgresql</groupId> 117 <groupId>postgresql</groupId>
117 <artifactId>postgresql</artifactId> 118 <artifactId>postgresql</artifactId>
148 <groupId>javolution</groupId> 149 <groupId>javolution</groupId>
149 <artifactId>javolution</artifactId> 150 <artifactId>javolution</artifactId>
150 <version>5.5.1</version> 151 <version>5.5.1</version>
151 </dependency> 152 </dependency>
152 153
153 154 <!-- impl necessary to run mvn exec:java -Dexec.mainClass=org.mpi.openmind.scripts.IsmiXmlExport
155 <dependency>
156 <groupId>xerces</groupId>
157 <artifactId>xercesImpl</artifactId>
158 <version>2.12.2</version>
159 </dependency>
160 <dependency>
161 <groupId>com.fasterxml.woodstox</groupId>
162 <artifactId>woodstox-core</artifactId>
163 <version>5.0.2</version>
164 </dependency>
165 -->
154 <!-- <dependency> 166 <!-- <dependency>
155 <groupId>javax.servlet</groupId> 167 <groupId>javax.servlet</groupId>
156 <artifactId>servlet-api</artifactId> 168 <artifactId>servlet-api</artifactId>
157 <version>2.5</version> 169 <version>2.5</version>
158 <scope>provided</scope> 170 <scope>provided</scope>