Skip to content

Commit 8eb14de

Browse files
ctruedengselzer
authored andcommitted
scijava-persist: tidy the POM
1 parent 8d06a67 commit 8eb14de

1 file changed

Lines changed: 24 additions & 26 deletions

File tree

scijava-persist/pom.xml

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
</license>
2727
</licenses>
2828

29-
3029
<developers>
3130
<developer>
3231
<id>nicokiaru</id>
@@ -65,7 +64,6 @@
6564
<tag>HEAD</tag>
6665
<url>https://github.com/scijava/incubator</url>
6766
</scm>
68-
6967
<issueManagement>
7068
<system>GitHub Issues</system>
7169
<url>https://github.com/scijava/scijava/issues</url>
@@ -75,7 +73,6 @@
7573
<url>https://github.com/scijava/incubator/actions</url>
7674
</ciManagement>
7775

78-
7976
<properties>
8077
<main-class>org.scijava.persist.Main</main-class>
8178
<package-name>org.scijava.persist</package-name>
@@ -84,6 +81,30 @@
8481
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
8582
</properties>
8683

84+
<dependencies>
85+
<dependency>
86+
<groupId>org.scijava</groupId>
87+
<artifactId>scijava-common</artifactId>
88+
</dependency>
89+
<dependency>
90+
<groupId>com.google.code.gson</groupId>
91+
<artifactId>gson</artifactId>
92+
<version>2.8.9</version>
93+
</dependency>
94+
95+
<!--- Test dependencies -->
96+
<dependency>
97+
<groupId>org.junit.jupiter</groupId>
98+
<artifactId>junit-jupiter-api</artifactId>
99+
<scope>test</scope>
100+
</dependency>
101+
<dependency>
102+
<groupId>org.junit.jupiter</groupId>
103+
<artifactId>junit-jupiter-engine</artifactId>
104+
<scope>test</scope>
105+
</dependency>
106+
</dependencies>
107+
87108
<repositories>
88109
<repository>
89110
<id>scijava.public</id>
@@ -111,27 +132,4 @@
111132
</plugin>
112133
</plugins>
113134
</build>
114-
<dependencies>
115-
<dependency>
116-
<groupId>org.scijava</groupId>
117-
<artifactId>scijava-common</artifactId>
118-
</dependency>
119-
<dependency>
120-
<groupId>com.google.code.gson</groupId>
121-
<artifactId>gson</artifactId>
122-
<version>2.8.9</version>
123-
</dependency>
124-
125-
<!--- Test dependencies -->
126-
<dependency>
127-
<groupId>org.junit.jupiter</groupId>
128-
<artifactId>junit-jupiter-api</artifactId>
129-
<scope>test</scope>
130-
</dependency>
131-
<dependency>
132-
<groupId>org.junit.jupiter</groupId>
133-
<artifactId>junit-jupiter-engine</artifactId>
134-
<scope>test</scope>
135-
</dependency>
136-
</dependencies>
137135
</project>

0 commit comments

Comments
 (0)