Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Protocols
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Protocols
Commits
8e316946
Commit
8e316946
authored
3 years ago
by
Stéphane DALLONGEVILLE
Browse files
Options
Downloads
Patches
Plain Diff
Fixed dependency (depends on icy javaCL which include the ochafik-util)
parent
99021566
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+9
-7
9 additions, 7 deletions
pom.xml
with
9 additions
and
7 deletions
pom.xml
+
9
−
7
View file @
8e316946
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
...
@@ -31,14 +31,16 @@
...
@@ -31,14 +31,16 @@
<artifactId>
javadocparser
</artifactId>
<artifactId>
javadocparser
</artifactId>
<version>
${javadocparser.version}
</version>
<version>
${javadocparser.version}
</version>
</dependency>
</dependency>
<!-- javacl also include ochafik-util classes required by Protocols -->
<dependency>
<dependency>
<groupId>
com.nativelibs4java
</groupId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
ochafik-util
</artifactId>
<artifactId>
javacl
</artifactId>
<version>
0.12
</version>
<version>
1.0.6
</version>
<type>
pom
</type>
</dependency>
</dependency>
</dependencies>
</dependencies>
<repositories>
<repositories>
<repository>
<repository>
<id>
icy
</id>
<id>
icy
</id>
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment