X Tutup
Skip to content

Commit e2f3b63

Browse files
committed
JavaCL / ScalaCL / others : added pluginRepositories section to top pom
1 parent ec073f8 commit e2f3b63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<artifactId>javacl-simple-tutorial</artifactId>
8888
<version>${project.version}</version>
8989
</dependency>
90+
<dependency>
91+
<groupId>com.nativelibs4java</groupId>
92+
<artifactId>maven-javacl-plugin</artifactId>
93+
<version>${project.version}</version>
94+
</dependency>
9095
<dependency>
9196
<groupId>com.nativelibs4java</groupId>
9297
<artifactId>libcl</artifactId>

0 commit comments

Comments
 (0)
X Tutup