File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
src/main/java/org/swisseph Expand file tree Collapse file tree 5 files changed +8
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
-
16
+ <junit-jupiter .version>5.8.2</junit-jupiter .version>
17
+
17
18
<maven .compiler.source>1.8</maven .compiler.source>
18
19
<maven .compiler.target>1.8</maven .compiler.target>
19
-
20
- <junit-jupiter .version>5.8.1</junit-jupiter .version>
21
20
</properties >
22
21
23
22
<dependencies >
24
23
<dependency >
25
24
<groupId >org.apache.commons</groupId >
26
25
<artifactId >commons-lang3</artifactId >
27
- <version >3.11 </version >
26
+ <version >3.8.1 </version >
28
27
</dependency >
29
28
30
29
<dependency >
37
36
<dependency >
38
37
<groupId >org.junit.platform</groupId >
39
38
<artifactId >junit-platform-launcher</artifactId >
40
- <version >1.8.1 </version >
39
+ <version >1.8.2 </version >
41
40
<scope >test</scope >
42
41
</dependency >
43
42
79
78
<configuration >
80
79
<forkMode >once</forkMode >
81
80
<argLine >-Djava.library.path="${basedir} /libs;${java.library.path} "</argLine >
81
+ <additionalClasspathElements >
82
+ <additionalClasspathElement >ephe</additionalClasspathElement >
83
+ </additionalClasspathElements >
82
84
</configuration >
83
85
</plugin >
84
86
</plugins >
Original file line number Diff line number Diff line change 16
16
public class SwephNative implements ISwissEph {
17
17
private static final long serialVersionUID = 7408975365041613166L ;
18
18
19
- public static final String SWISSEPH_LIBRARY_NAME = "swe2v10 .02" ;
19
+ public static final String SWISSEPH_LIBRARY_NAME = "swe-2.10 .02" ;
20
20
protected static final SwephExp swephExp = new SwephExp (SWISSEPH_LIBRARY_NAME );
21
21
22
22
protected String ephe_path ;
You can’t perform that action at this time.
0 commit comments