|
26 | 26 | </license> |
27 | 27 | </licenses> |
28 | 28 |
|
29 | | - |
30 | 29 | <developers> |
31 | 30 | <developer> |
32 | 31 | <id>nicokiaru</id> |
|
65 | 64 | <tag>HEAD</tag> |
66 | 65 | <url>https://github.com/scijava/incubator</url> |
67 | 66 | </scm> |
68 | | - |
69 | 67 | <issueManagement> |
70 | 68 | <system>GitHub Issues</system> |
71 | 69 | <url>https://github.com/scijava/scijava/issues</url> |
|
75 | 73 | <url>https://github.com/scijava/incubator/actions</url> |
76 | 74 | </ciManagement> |
77 | 75 |
|
78 | | - |
79 | 76 | <properties> |
80 | 77 | <main-class>org.scijava.persist.Main</main-class> |
81 | 78 | <package-name>org.scijava.persist</package-name> |
|
84 | 81 | <license.copyrightOwners>SciJava developers.</license.copyrightOwners> |
85 | 82 | </properties> |
86 | 83 |
|
| 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 | + |
87 | 108 | <repositories> |
88 | 109 | <repository> |
89 | 110 | <id>scijava.public</id> |
|
111 | 132 | </plugin> |
112 | 133 | </plugins> |
113 | 134 | </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> |
137 | 135 | </project> |
0 commit comments