Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
bb5c5d67
Commit
bb5c5d67
authored
Jan 19, 2010
by
Tigran Mkrtchyan
☕
Browse files
mvn: pick chimera-core.jar and jportmap.jar from maven repository
parent
b0ae8d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
bb5c5d67
...
...
@@ -179,6 +179,11 @@
<version>
4.7
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<version>
8.4-701.jdbc3
</version>
</dependency>
<!--
LOCAL JARS
...
...
@@ -187,15 +192,11 @@
<groupId>
org.acpt
</groupId>
<artifactId>
jportmap
</artifactId>
<version>
1.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/lib/portmap.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.dcache.chimera
</groupId>
<artifactId>
chimera-core
</artifactId>
<version>
1.9.5
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/lib/chimera-core.jar
</systemPath>
</dependency>
</dependencies>
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment