Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-jams
Commits
6a46bb8d
Commit
6a46bb8d
authored
4 years ago
by
Félix Sidokhine
Committed by
Adrien Béraud
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixed issue with libraries referenced multiple times
Change-Id: I18f7bc2fa5de97b8efb4d1107fdc2d36169027c9
parent
810511b0
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
datastore/pom.xml
+0
-6
0 additions, 6 deletions
datastore/pom.xml
jams-ca/pom.xml
+0
-6
0 additions, 6 deletions
jams-ca/pom.xml
jams-server/pom.xml
+1
-1
1 addition, 1 deletion
jams-server/pom.xml
pom.xml
+1
-0
1 addition, 0 deletions
pom.xml
with
2 additions
and
13 deletions
datastore/pom.xml
+
0
−
6
View file @
6a46bb8d
...
...
@@ -22,12 +22,6 @@
<artifactId>
derby
</artifactId>
<version>
${debry.version}
</version>
</dependency>
<dependency>
<groupId>
net.jami
</groupId>
<artifactId>
jams-common
</artifactId>
<version>
2.0
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
<build>
...
...
This diff is collapsed.
Click to expand it.
jams-ca/pom.xml
+
0
−
6
View file @
6a46bb8d
...
...
@@ -17,12 +17,6 @@
<version>
${revision}
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
net.jami
</groupId>
<artifactId>
jams-common
</artifactId>
<version>
2.0
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
<build>
...
...
This diff is collapsed.
Click to expand it.
jams-server/pom.xml
+
1
−
1
View file @
6a46bb8d
...
...
@@ -104,7 +104,7 @@
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
3.1.0
</version>
<version>
${maven.resources.version}
</version>
<executions>
<execution>
<id>
copy-resource-one
</id>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
0
View file @
6a46bb8d
...
...
@@ -55,6 +55,7 @@
<apache.httpcore.version>
4.4.12
</apache.httpcore.version>
<apache.httpclient.version>
4.5.10
</apache.httpclient.version>
<ez.vcard.version>
0.10.6
</ez.vcard.version>
<maven.resources.version>
3.1.0
</maven.resources.version>
</properties>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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