1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
4
- <version >0.2</version >
5
- <build >
6
- <sourceDirectory >src</sourceDirectory >
7
- <plugins >
8
- <plugin >
9
- <artifactId >maven-compiler-plugin</artifactId >
10
- <version >3.1</version >
11
- <configuration >
12
- <source >13</source >
13
- <target >13</target >
14
- </configuration >
15
- </plugin >
16
- </plugins >
17
- </build >
1
+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <artifactId >MOSEF</artifactId >
5
+ <build >
6
+ <plugins >
7
+ <plugin >
8
+ <artifactId >maven-compiler-plugin</artifactId >
9
+ <configuration >
10
+ <source >13</source >
11
+ <target >13</target >
12
+ </configuration >
13
+ <version >3.1</version >
14
+ </plugin >
15
+ </plugins >
16
+ <sourceDirectory >src</sourceDirectory >
17
+ </build >
18
+ <dependencies >
19
+ <dependency >
20
+ <artifactId >commons-math3</artifactId >
21
+ <groupId >org.apache.commons</groupId >
22
+ <version >3.6.1</version >
23
+ </dependency >
18
24
19
- <properties >
20
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22
- </properties >
25
+ <dependency >
26
+ <artifactId >junit</artifactId >
27
+ <groupId >junit</groupId >
28
+ <scope >test</scope >
29
+ <version >4.13</version >
30
+ </dependency >
23
31
24
- <artifactId >MOSEF</artifactId >
25
- <groupId >dk.jonaslindstrom</groupId >
26
- <name >MOSEF</name >
27
- <url >https://github.com/jonas-lj/MOSEF</url >
28
- <description >Modular Synthesizer Framework</description >
32
+ <dependency >
33
+ <artifactId >mockito-core</artifactId >
34
+ <groupId >org.mockito</groupId >
35
+ <scope >test</scope >
36
+ <version >3.5.13</version >
37
+ </dependency >
38
+ </dependencies >
29
39
30
- <scm >
31
- <connection >scm:git:git://github.com/jonas-lj/MOSEF.git</connection >
32
- <developerConnection >scm:git:ssh://github.com:jonas-lj/MOSEF.git</developerConnection >
33
- <url >http://github.com/jonas-lj/MOSEF/tree/master</url >
34
- </scm >
40
+ <description >Modular Synthesizer Framework</description >
41
+
42
+ <groupId >dk.jonaslindstrom</groupId >
43
+ <modelVersion >4.0.0</modelVersion >
44
+ <name >MOSEF</name >
45
+ <properties >
46
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
48
+ </properties >
49
+ <scm >
50
+ <connection >scm:git:git://github.com/jonas-lj/MOSEF.git</connection >
51
+ <developerConnection >scm:git:ssh://github.com:jonas-lj/MOSEF.git</developerConnection >
52
+ <url >http://github.com/jonas-lj/MOSEF/tree/master</url >
53
+ </scm >
54
+
55
+ <url >https://github.com/jonas-lj/MOSEF</url >
56
+
57
+ <version >0.2</version >
35
58
36
59
</project >
0 commit comments