File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
+ <parent >
6
+ <groupId >org.scijava</groupId >
7
+ <artifactId >pom-scijava</artifactId >
8
+ <version >35.1.1</version >
9
+ </parent >
10
+
5
11
<groupId >org.itk.wasm</groupId >
6
12
<artifactId >itk-wasm</artifactId >
7
13
<version >0.1.0</version >
36
42
</contributor >
37
43
</contributors >
38
44
45
+ <mailingLists >
46
+ <mailingList >
47
+ <name >ITK Forum</name >
48
+ <archive >https://discourse.itk.org/</archive >
49
+ </mailingList >
50
+ </mailingLists >
51
+
39
52
<scm >
40
53
<connection >scm:https://github.com/InsightSoftwareConsortium/itk-wasm</connection >
41
54
<developerConnection >scm:git@github.com:InsightSoftwareConsortium/itk-wasm</developerConnection >
42
55
<url >https://github.com/InsightSoftwareConsortium/itk-wasm</url >
43
56
</scm >
57
+ <issueManagement >
58
+ <system >GitHub Issues</system >
59
+ <url >https://github.com/InsightSoftwareConsortium/itk-wasm/issues</url >
60
+ </issueManagement >
61
+ <ciManagement >
62
+ <system >GitHub Actions</system >
63
+ <url >https://github.com/InsightSoftwareConsortium/itk-wasm/actions</url >
64
+ </ciManagement >
44
65
45
66
<properties >
67
+ <license .licenseName>apache_v2</license .licenseName>
68
+ <license .copyrightOwners>ITK developers.</license .copyrightOwners>
69
+ <license .projectName>Java bindings for itk-wasm.</license .projectName>
70
+
46
71
<wasmtime-java .version>0.14.0</wasmtime-java .version>
47
72
</properties >
48
73
52
77
<artifactId >wasmtime-java</artifactId >
53
78
<version >${wasmtime-java.version} </version >
54
79
</dependency >
80
+ <dependency >
81
+ <groupId >net.imglib2</groupId >
82
+ <artifactId >imglib2</artifactId >
83
+ </dependency >
55
84
</dependencies >
56
85
</project >
You can’t perform that action at this time.
0 commit comments