File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 7
7
<groupId >co.tunjos.crypto</groupId >
8
8
<artifactId >java-crypto-utils</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
+
11
+ <build >
12
+ <plugins >
13
+ <plugin >
14
+ <groupId >org.apache.maven.plugins</groupId >
15
+ <artifactId >maven-surefire-plugin</artifactId >
16
+ <version >3.0.0-M3</version >
17
+ </plugin >
18
+ </plugins >
19
+ </build >
20
+
10
21
<dependencies >
11
22
<dependency >
12
23
<groupId >org.junit.jupiter</groupId >
13
24
<artifactId >junit-jupiter-api</artifactId >
14
25
<version >5.4.0</version >
26
+ <scope >test</scope >
27
+ </dependency >
28
+ <dependency >
29
+ <groupId >org.junit.jupiter</groupId >
30
+ <artifactId >junit-jupiter-engine</artifactId >
31
+ <version >5.4.0</version >
32
+ <scope >test</scope >
15
33
</dependency >
16
34
<dependency >
17
35
<groupId >org.jetbrains</groupId >
18
36
<artifactId >annotations</artifactId >
19
37
<version >17.0.0</version >
20
38
</dependency >
21
39
</dependencies >
40
+ <properties >
41
+ <maven .compiler.source>1.8</maven .compiler.source>
42
+ <maven .compiler.target>1.8</maven .compiler.target>
43
+ </properties >
22
44
</project >
You can’t perform that action at this time.
0 commit comments