2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
- <modelVersion >4.0.0</modelVersion >
5
+ <modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com.optimusprime.katamino</groupId >
8
- <artifactId >Katamino</artifactId >
9
- <version >1.0-SNAPSHOT</version >
7
+ <groupId >com.optimusprime.katamino</groupId >
8
+ <artifactId >Katamino</artifactId >
9
+ <version >1.0-SNAPSHOT</version >
10
10
11
- <build >
12
- <plugins >
13
- <plugin >
14
- <groupId >org.apache.maven.plugins</groupId >
15
- <artifactId >maven-compiler-plugin</artifactId >
16
- <configuration >
17
- <source >1.8</source >
18
- <target >1.8</target >
19
- </configuration >
20
- </plugin >
21
- </plugins >
22
- </build >
23
- <dependencies >
24
- <dependency >
25
- <groupId >com.google.code.gson</groupId >
26
- <artifactId >gson</artifactId >
27
- <version >2.8.5</version >
28
- </dependency >
29
- <dependency >
30
- <groupId >com.optimusprime.katamino.components</groupId >
31
- <artifactId >components</artifactId >
32
- <version >1.0</version >
33
- <scope >system</scope >
34
- <systemPath >${project.basedir} /lib/components.jar</systemPath >
35
- </dependency >
36
- </dependencies >
11
+ <build >
12
+ <plugins >
13
+ <plugin >
14
+ <groupId >org.apache.maven.plugins</groupId >
15
+ <artifactId >maven-compiler-plugin</artifactId >
16
+ <configuration >
17
+ <source >1.8</source >
18
+ <target >1.8</target >
19
+ </configuration >
20
+ </plugin >
21
+ </plugins >
22
+ </build >
23
+ <dependencies >
24
+ <dependency >
25
+ <groupId >com.google.code.gson</groupId >
26
+ <artifactId >gson</artifactId >
27
+ <version >2.8.5</version >
28
+ </dependency >
29
+ <dependency >
30
+ <groupId >com.optimusprime.katamino.components</groupId >
31
+ <artifactId >components</artifactId >
32
+ <version >1.0</version >
33
+ <scope >system</scope >
34
+ <systemPath >${project.basedir} /lib/components.jar</systemPath >
35
+ </dependency >
36
+ </dependencies >
37
37
</project >
0 commit comments