Skip to content

Commit 8a403e0

Browse files
committed
fixed jsci group name
1 parent 1351a21 commit 8a403e0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

geva-gui/pom.xml

+2-15
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,10 @@
2525
<version>1.2-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
28-
<groupId>jsci</groupId>
29-
<artifactId>jsci-core</artifactId>
28+
<groupId>net.sf.jsci</groupId>
29+
<artifactId>jsci</artifactId>
3030
<version>1.2</version>
3131
</dependency>
32-
33-
<dependency>
34-
<groupId>jsci</groupId>
35-
<artifactId>jsci-xtra</artifactId>
36-
<version>1.2</version>
37-
</dependency>
38-
39-
<dependency>
40-
<groupId>junit</groupId>
41-
<artifactId>junit</artifactId>
42-
<version>4.8.2</version>
43-
<scope>test</scope>
44-
</dependency>
4532
</dependencies>
4633
<properties>
4734
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)