Mercurial > hg > openmind
annotate pom.xml @ 124:c816b417db0e
remove hibernate.cfg from mercurial.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 10 Feb 2023 09:00:41 +0100 |
parents | ba3742584f93 |
children |
rev | line source |
---|---|
2 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project xmlns="http://maven.apache.org/POM/4.0.0" | |
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
5 | |
6 <modelVersion>4.0.0</modelVersion> | |
7 <groupId>de.mpiwg.openmind</groupId> | |
8 <artifactId>openmind</artifactId> | |
9 <packaging>jar</packaging> | |
10 | |
11 <version>1.0.0</version> | |
12 <name>openmind</name> | |
13 <description></description> | |
14 <organization> | |
15 <name>Max Planck Institute for the History of Science</name> | |
16 <url>www.mpiwg-berlin.mpg.de</url> | |
17 </organization> | |
18 | |
19 <licenses> | |
20 <license> | |
21 <name>The Apache Software License, Version 2.0</name> | |
22 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
23 <distribution>repo</distribution> | |
24 </license> | |
25 </licenses> | |
26 | |
27 | |
28 <dependencies> | |
29 | |
30 <!-- LOGGING DEPENDENCIES - LOG4J --> | |
31 | |
32 <dependency> | |
33 <groupId>org.slf4j</groupId> | |
34 <artifactId>slf4j-log4j12</artifactId> | |
35 <version>1.6.4</version> | |
36 </dependency> | |
37 | |
38 <dependency> | |
39 <groupId>log4j</groupId> | |
40 <artifactId>log4j</artifactId> | |
41 <version>1.2.16</version> | |
42 </dependency> | |
43 | |
44 <!-- JUNIT DEPENDENCY FOR TESTING --> | |
45 <dependency> | |
46 <groupId>junit</groupId> | |
47 <artifactId>junit</artifactId> | |
48 <version>4.10</version> | |
49 <scope>test</scope> | |
50 </dependency> | |
51 | |
52 <!-- jurzua --> | |
53 <dependency> | |
54 <groupId>commons-lang</groupId> | |
55 <artifactId>commons-lang</artifactId> | |
56 <version>2.6</version> | |
57 </dependency> | |
58 <!-- to delete!! --> | |
59 <dependency> | |
60 <groupId>org.jdom</groupId> | |
61 <artifactId>jdom</artifactId> | |
62 <version>1.1.3</version> | |
63 </dependency> | |
64 <dependency> | |
65 <groupId>org.apache.httpcomponents</groupId> | |
66 <artifactId>httpclient</artifactId> | |
67 <version>4.2.5</version> | |
68 </dependency> | |
69 <dependency> | |
70 <groupId>joda-time</groupId> | |
71 <artifactId>joda-time</artifactId> | |
72 <version>2.2</version> | |
73 </dependency> | |
74 <dependency> | |
75 <groupId>org.json</groupId> | |
76 <artifactId>json</artifactId> | |
77 <version>20090211</version> | |
78 </dependency> | |
79 | |
80 <!-- hibernate --> | |
81 <dependency> | |
82 <groupId>org.hibernate</groupId> | |
83 <artifactId>hibernate-core</artifactId> | |
84 <version>3.5.6-Final</version> | |
85 </dependency> | |
86 <dependency> | |
87 <groupId>org.hibernate</groupId> | |
88 <artifactId>hibernate-entitymanager</artifactId> | |
89 <version>3.5.6-Final</version> | |
90 </dependency> | |
91 <dependency> | |
92 <groupId>org.hibernate</groupId> | |
93 <artifactId>hibernate-c3p0</artifactId> | |
94 <version>3.5.6-Final</version> | |
95 </dependency> | |
96 <!-- | |
97 <dependency> | |
98 <groupId>org.hibernate</groupId> | |
99 <artifactId>hibernate-commons-annotations</artifactId> | |
100 <version>3.2.0.Final</version> | |
101 </dependency> | |
102 --> | |
103 | |
104 <dependency> | |
105 <groupId>c3p0</groupId> | |
106 <artifactId>c3p0</artifactId> | |
107 <version>0.9.1.2</version> | |
108 </dependency> | |
109 <dependency> | |
110 <groupId>mysql</groupId> | |
111 <artifactId>mysql-connector-java</artifactId> | |
123
ba3742584f93
fix new mysql driver that doesn't work in production.
casties
parents:
122
diff
changeset
|
112 <version>5.1.6</version> |
ba3742584f93
fix new mysql driver that doesn't work in production.
casties
parents:
122
diff
changeset
|
113 <!-- <version>8.0.19</version> --> |
2 | 114 </dependency> |
115 | |
116 <dependency> | |
117 <groupId>postgresql</groupId> | |
118 <artifactId>postgresql</artifactId> | |
119 <version>9.1-901.jdbc4</version> | |
120 </dependency> | |
121 | |
122 | |
123 <dependency> | |
124 <groupId>org.springframework</groupId> | |
125 <artifactId>spring-context</artifactId> | |
126 <version>3.0.0.RELEASE</version> | |
127 </dependency> | |
128 <dependency> | |
129 <groupId>org.springframework</groupId> | |
130 <artifactId>spring-tx</artifactId> | |
131 <version>3.0.0.RELEASE</version> | |
132 </dependency> | |
44 | 133 <!-- <dependency> |
134 <groupId>org.springframework</groupId> | |
135 <artifactId>spring-web</artifactId> | |
136 <version>3.0.0.RELEASE</version> | |
137 </dependency> --> | |
2 | 138 <dependency> |
139 <groupId>org.springframework</groupId> | |
140 <artifactId>spring-support</artifactId> | |
141 <version>1.2.9</version> | |
142 </dependency> | |
143 <dependency> | |
144 <groupId>quartz</groupId> | |
145 <artifactId>quartz</artifactId> | |
146 <version>1.5.2</version> | |
147 </dependency> | |
148 <dependency> | |
149 <groupId>javolution</groupId> | |
150 <artifactId>javolution</artifactId> | |
151 <version>5.5.1</version> | |
43 | 152 </dependency> |
153 | |
122
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
154 <!-- impl necessary to run mvn exec:java -Dexec.mainClass=org.mpi.openmind.scripts.IsmiXmlExport |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
155 <dependency> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
156 <groupId>xerces</groupId> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
157 <artifactId>xercesImpl</artifactId> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
158 <version>2.12.2</version> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
159 </dependency> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
160 <dependency> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
161 <groupId>com.fasterxml.woodstox</groupId> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
162 <artifactId>woodstox-core</artifactId> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
163 <version>5.0.2</version> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
164 </dependency> |
8d79021099a4
XML dump with new ismi-date element.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
91
diff
changeset
|
165 --> |
44 | 166 <!-- <dependency> |
43 | 167 <groupId>javax.servlet</groupId> |
168 <artifactId>servlet-api</artifactId> | |
169 <version>2.5</version> | |
170 <scope>provided</scope> | |
44 | 171 </dependency> --> |
49 | 172 |
173 <dependency> | |
174 <groupId>org.apache.commons</groupId> | |
175 <artifactId>commons-csv</artifactId> | |
176 <version>1.4</version> | |
177 </dependency> | |
178 <dependency> | |
179 <groupId>commons-codec</groupId> | |
180 <artifactId>commons-codec</artifactId> | |
181 <version>1.10</version> | |
182 </dependency> | |
43 | 183 </dependencies> |
2 | 184 |
185 <build> | |
186 <resources> | |
187 <resource> | |
188 <filtering>false</filtering> | |
189 <directory>src/main/resources</directory> | |
190 </resource> | |
191 <resource> | |
192 <filtering>false</filtering> | |
193 <directory>src/main/java</directory> | |
194 <includes> | |
195 <include>**</include> | |
196 </includes> | |
197 <excludes> | |
198 <exclude>**/*.java</exclude> | |
199 </excludes> | |
200 </resource> | |
201 </resources> | |
202 <testResources> | |
203 <testResource> | |
204 <filtering>false</filtering> | |
205 <directory>src/test/resources</directory> | |
206 </testResource> | |
207 <testResource> | |
208 <filtering>false</filtering> | |
209 <directory>src/test/java</directory> | |
210 <includes> | |
211 <include>**</include> | |
212 </includes> | |
213 <excludes> | |
214 <exclude>**/*.java</exclude> | |
215 </excludes> | |
216 </testResource> | |
217 </testResources> | |
218 <plugins> | |
219 <plugin> | |
220 <inherited>true</inherited> | |
221 <groupId>org.apache.maven.plugins</groupId> | |
222 <artifactId>maven-compiler-plugin</artifactId> | |
223 <version>2.5.1</version> | |
224 <configuration> | |
91
fa7b1058b776
fix java source version.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
60
diff
changeset
|
225 <source>1.7</source> |
fa7b1058b776
fix java source version.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
60
diff
changeset
|
226 <target>1.7</target> |
2 | 227 <encoding>UTF-8</encoding> |
228 <showWarnings>true</showWarnings> | |
229 <showDeprecation>true</showDeprecation> | |
230 </configuration> | |
231 </plugin> | |
232 <plugin> | |
233 <groupId>org.apache.maven.plugins</groupId> | |
234 <artifactId>maven-source-plugin</artifactId> | |
11
d71f28dac165
FixRelationNonCurrent now fixes relations with non-current sources.
casties
parents:
2
diff
changeset
|
235 <version>2.4</version> |
2 | 236 <executions> |
237 <execution> | |
238 <id>attach-sources</id> | |
239 <goals> | |
240 <goal>jar</goal> | |
241 </goals> | |
242 </execution> | |
243 </executions> | |
244 </plugin> | |
245 | |
246 <!-- | |
247 <plugin> | |
248 <groupId>org.mortbay.jetty</groupId> | |
249 <artifactId>jetty-maven-plugin</artifactId> | |
250 <version>${jetty.version}</version> | |
251 <configuration> | |
252 <connectors> | |
253 <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> | |
254 <port>8080</port> | |
255 <maxIdleTime>3600000</maxIdleTime> | |
256 </connector> | |
257 <connector implementation="org.eclipse.jetty.server.ssl.SslSocketConnector"> | |
258 <port>8443</port> | |
259 <maxIdleTime>3600000</maxIdleTime> | |
260 <keystore>${project.build.directory}/test-classes/keystore</keystore> | |
261 <password>wicket</password> | |
262 <keyPassword>wicket</keyPassword> | |
263 </connector> | |
264 </connectors> | |
265 </configuration> | |
266 </plugin> | |
267 --> | |
268 <plugin> | |
269 <groupId>org.apache.maven.plugins</groupId> | |
270 <artifactId>maven-eclipse-plugin</artifactId> | |
271 <version>2.9</version> | |
272 <configuration> | |
273 <wtpversion>2.0</wtpversion> | |
274 <downloadSources>true</downloadSources> | |
275 </configuration> | |
276 </plugin> | |
277 <plugin> | |
278 <artifactId>maven-assembly-plugin</artifactId> | |
279 <configuration> | |
280 <archive> | |
281 <manifest> | |
282 <mainClass>fully.qualified.MainClass</mainClass> | |
283 </manifest> | |
284 </archive> | |
285 <descriptorRefs> | |
286 <descriptorRef>jar-with-dependencies</descriptorRef> | |
287 </descriptorRefs> | |
288 </configuration> | |
289 </plugin> | |
290 </plugins> | |
291 </build> | |
292 | |
293 <repositories> | |
294 <repository> | |
295 <id>Apache Nexus</id> | |
296 <url>https://repository.apache.org/content/repositories/snapshots/</url> | |
297 <releases> | |
298 <enabled>false</enabled> | |
299 </releases> | |
300 <snapshots> | |
301 <enabled>true</enabled> | |
302 </snapshots> | |
303 </repository> | |
304 <repository> | |
305 <id>snapshots</id> | |
306 <url>http://anonsvn.icefaces.org/repo/maven2/releases/</url> | |
307 </repository> | |
308 <repository> | |
309 <id>java.net</id> | |
310 <url>http://download.java.net/maven/2</url> | |
311 </repository> | |
312 | |
313 </repositories> | |
314 </project> |