File tree Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 4
4
<settings xmlns =" http://maven.apache.org/SETTINGS/1.2.0"
5
5
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
6
xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd" >
7
- <mirrors >
8
- <mirror >
9
- <id >4thline-repo-http-unblocker</id >
10
- <mirrorOf >4thline-repo</mirrorOf >
11
- <name ></name >
12
- <url >http://4thline.org/m2</url >
13
- </mirror >
14
- </mirrors >
15
-
16
7
<servers >
17
8
<server >
18
9
<id >cardforge-repo</id >
19
10
<username >${cardforge-repo.username}</username >
20
11
<password >${cardforge-repo.password}</password >
21
12
</server >
22
13
</servers >
23
- </settings >
14
+ </settings >
Original file line number Diff line number Diff line change 10
10
<artifactId >forge-gui</artifactId >
11
11
<name >Forge Gui</name >
12
12
13
- <repositories >
14
- <repository >
15
- <id >4thline-repo</id >
16
- <url >http://4thline.org/m2</url >
17
- <snapshots >
18
- <enabled >false</enabled >
19
- </snapshots >
20
- </repository >
21
- </repositories >
22
-
23
13
<dependencies >
24
14
<dependency >
25
15
<groupId >forge</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments