Skip to content

Commit a93837d

Browse files
author
Yuriy Krymlov
committed
swe-2.10.02
1 parent aa05db8 commit a93837d

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed
File renamed without changes.

libs/swe2v10.01.dll

-657 KB
Binary file not shown.

libs/swe2v10.dll

-656 KB
Binary file not shown.

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
16+
<junit-jupiter.version>5.8.2</junit-jupiter.version>
17+
1718
<maven.compiler.source>1.8</maven.compiler.source>
1819
<maven.compiler.target>1.8</maven.compiler.target>
19-
20-
<junit-jupiter.version>5.8.1</junit-jupiter.version>
2120
</properties>
2221

2322
<dependencies>
2423
<dependency>
2524
<groupId>org.apache.commons</groupId>
2625
<artifactId>commons-lang3</artifactId>
27-
<version>3.11</version>
26+
<version>3.8.1</version>
2827
</dependency>
2928

3029
<dependency>
@@ -37,7 +36,7 @@
3736
<dependency>
3837
<groupId>org.junit.platform</groupId>
3938
<artifactId>junit-platform-launcher</artifactId>
40-
<version>1.8.1</version>
39+
<version>1.8.2</version>
4140
<scope>test</scope>
4241
</dependency>
4342

@@ -79,6 +78,9 @@
7978
<configuration>
8079
<forkMode>once</forkMode>
8180
<argLine>-Djava.library.path="${basedir}/libs;${java.library.path}"</argLine>
81+
<additionalClasspathElements>
82+
<additionalClasspathElement>ephe</additionalClasspathElement>
83+
</additionalClasspathElements>
8284
</configuration>
8385
</plugin>
8486
</plugins>

src/main/java/org/swisseph/SwephNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class SwephNative implements ISwissEph {
1717
private static final long serialVersionUID = 7408975365041613166L;
1818

19-
public static final String SWISSEPH_LIBRARY_NAME = "swe2v10.02";
19+
public static final String SWISSEPH_LIBRARY_NAME = "swe-2.10.02";
2020
protected static final SwephExp swephExp = new SwephExp(SWISSEPH_LIBRARY_NAME);
2121

2222
protected String ephe_path;

0 commit comments

Comments
 (0)