pom.xml 6.5 KB
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2
3
4
	<modelVersion>4.0.0</modelVersion>
	<groupId>de.hft.stuttgart</groupId>
	<artifactId>CityDoctorParent</artifactId>
5
	<version>3.10.3</version>
6
7
8
9
10
	<packaging>pom</packaging>
	<name>CityDoctorParent</name>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Matthias Betz's avatar
Matthias Betz committed
11
12
		<maven.compiler.source>17</maven.compiler.source>
		<maven.compiler.target>17</maven.compiler.target>
Matthias Betz's avatar
Matthias Betz committed
13
		<revision>${project.version}</revision>
14
		<nonMavenLibsPath>${project.baseUri}../non-maven-libs</nonMavenLibsPath>
15
	</properties>
Matthias Betz's avatar
Matthias Betz committed
16

17
18
19
20
21
	<repositories>
		<repository>
			<id>non-maven-libs</id>
			<url>${nonMavenLibsPath}</url>
		</repository>
Matthias Betz's avatar
Matthias Betz committed
22
23
24
25
		<repository>
			<id>sonartype</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		</repository>
26
	</repositories>
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-surefire-plugin</artifactId>
					<version>2.22.0</version>
					<configuration>
						<testFailureIgnore>false</testFailureIgnore>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorModel</artifactId>
				<version>${revision}</version>
			</dependency>
Matthias Betz's avatar
Matthias Betz committed
50
51
52
53
54
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorAutoPro</artifactId>
				<version>${revision}</version>
			</dependency>
55
56
57
58
59
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorValidation</artifactId>
				<version>${revision}</version>
			</dependency>
Matthias Betz's avatar
Matthias Betz committed
60
61
62
63
64
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorGUI</artifactId>
				<version>${revision}</version>
			</dependency>
65
66
67
68
69
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorEdge</artifactId>
				<version>${revision}</version>
			</dependency>
70
71
72
73
74
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorCheckResult</artifactId>
				<version>${revision}</version>
			</dependency>
Matthias Betz's avatar
Matthias Betz committed
75
76
77
78
79
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>CityDoctorHealer</artifactId>
				<version>${revision}</version>
			</dependency>
80
81
82
83
			<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
			<dependency>
				<groupId>net.sf.saxon</groupId>
				<artifactId>Saxon-HE</artifactId>
Matthias Betz's avatar
Matthias Betz committed
84
				<version>10.6</version>
85
86
87
88
89
90
91
92
93
94
95
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
			<dependency>
				<groupId>org.hibernate</groupId>
				<artifactId>hibernate-core</artifactId>
				<version>5.4.3.Final</version>
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.citygml4j/citygml4j -->
			<dependency>
				<groupId>org.citygml4j</groupId>
				<artifactId>citygml4j</artifactId>
96
				<version>2.11.2</version>
97
98
99
100
101
102
103
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.citygml4j.ade/energy-ade-citygml4j -->
			<dependency>
				<groupId>org.citygml4j.ade</groupId>
				<artifactId>energy-ade-citygml4j</artifactId>
				<version>1.0.0</version>
			</dependency>
104
105
106
			<dependency>
				<groupId>de.hft.stuttgart</groupId>
				<artifactId>citygml4j-quality-ade</artifactId>
Matthias Betz's avatar
Matthias Betz committed
107
				<version>0.1.3</version>
108
			</dependency>
109
110
111
112
			<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop -->
			<dependency>
				<groupId>org.apache.xmlgraphics</groupId>
				<artifactId>fop</artifactId>
113
				<version>2.6</version>
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.jdom/jdom2 -->
			<dependency>
				<groupId>org.jdom</groupId>
				<artifactId>jdom2</artifactId>
				<version>2.0.6</version>
			</dependency>
			<!-- https://mvnrepository.com/artifact/junit/junit -->
			<dependency>
				<groupId>junit</groupId>
				<artifactId>junit</artifactId>
				<version>4.12</version>
				<scope>test</scope>
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.jogamp.gluegen/gluegen-rt-main -->
			<dependency>
				<groupId>org.jogamp.gluegen</groupId>
				<artifactId>gluegen-rt-main</artifactId>
				<version>2.3.2</version>
			</dependency>
			<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
			<dependency>
				<groupId>gov.nist.math</groupId>
				<artifactId>jama</artifactId>
				<version>1.0.3</version>
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.jogamp.jogl/jogl-all-main -->
			<dependency>
				<groupId>org.jogamp.jogl</groupId>
				<artifactId>jogl-all-main</artifactId>
				<version>2.3.2</version>
			</dependency>
			<dependency>
				<groupId>org.apache.logging.log4j</groupId>
				<artifactId>log4j-api</artifactId>
Matthias Betz's avatar
Matthias Betz committed
149
				<version>2.17.1</version>
150
			</dependency>
Matthias Betz's avatar
Matthias Betz committed
151
			<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
152
153
154
			<dependency>
				<groupId>org.apache.logging.log4j</groupId>
				<artifactId>log4j-core</artifactId>
Matthias Betz's avatar
Matthias Betz committed
155
				<version>2.17.1</version>
156
157
158
159
160
161
162
163
164
165
			</dependency>
			<dependency>
				<groupId>org.yaml</groupId>
				<artifactId>snakeyaml</artifactId>
				<version>1.24</version>
			</dependency>
			<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j18-impl -->
			<dependency>
				<groupId>org.apache.logging.log4j</groupId>
				<artifactId>log4j-slf4j18-impl</artifactId>
166
				<version>2.17.1</version>
167
168
			</dependency>
			<dependency>
169
				<groupId>org.locationtech.proj4j</groupId>
170
				<artifactId>proj4j</artifactId>
171
				<version>1.1.2</version>
172
173
174
175
176
177
178
179
180
			</dependency>
			<dependency>
				<groupId>org.hibernate</groupId>
				<artifactId>hibernate-search-orm</artifactId>
				<version>5.11.3.Final</version>
			</dependency>
			<dependency>
				<groupId>org.locationtech.jts</groupId>
				<artifactId>jts-core</artifactId>
181
				<version>1.18.1</version>
182
183
184
			</dependency>
			<dependency>
				<groupId>com.sun.xml.bind</groupId>
185
				<artifactId>jaxb-impl</artifactId>
186
				<version>2.3.3</version>
187
188
			</dependency>
			<dependency>
189
190
				<groupId>jakarta.xml.bind</groupId>
				<artifactId>jakarta.xml.bind-api</artifactId>
191
				<version>2.3.3</version>
192
			</dependency>
193
194
		</dependencies>
	</dependencyManagement>
Matthias Betz's avatar
Matthias Betz committed
195
196
197
198
199
200
201
202
	<dependencies>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<version>3.8.0</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
203
204
205
206
207
208
209
	<modules>
		<module>CityDoctorModel</module>
		<module>CityDoctorValidation</module>
		<module>CityDoctorEdge</module>
		<module>CityDoctorCheckResult</module>
	</modules>
</project>