File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
installers/lobobrowser/cobra/0.98.4 Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,19 @@ mainClassName = project.hasProperty('mainClass') ? mainClass : 'pcgen.system.Mai
71
71
72
72
repositories {
73
73
mavenCentral()
74
- ivy {
75
- url " http://pcgen.sourceforge.net/mvnrepo"
76
- allowInsecureProtocol = true
77
- patternLayout {
78
- artifact " [organisation]/jars/[artifact]-[revision].[ext]"
79
- }
80
- }
81
74
ivy {
82
75
name " fileRepo"
83
76
url ' http://pc-gen.org/librepo/'
84
77
allowInsecureProtocol = true
85
78
}
79
+ maven {
80
+ name = ' free'
81
+ url = ' https://java.freehep.org/maven2'
82
+ }
83
+ maven {
84
+ name = ' local'
85
+ url = ' installers'
86
+ }
86
87
maven {
87
88
url " https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
88
89
}
Original file line number Diff line number Diff line change
1
+ <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">
2
+ <modelVersion>4.0.0</modelVersion>
3
+ <groupId>lobobrowser</groupId>
4
+ <artifactId>cobra</artifactId>
5
+ <version>0.98.4</version>
6
+ </project>
You can’t perform that action at this time.
0 commit comments