Skip to content

Commit 98a4169

Browse files
committed
use released deps
1 parent 6d38f4b commit 98a4169

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dropWizardVersion = "3.2.6"
1919
easyMockVersion = "5.2.0"
2020
freemarkerVersion = "2.3.32"
2121
fusionAuthJWTVersion = "5.3.2"
22-
javaHTTPVersion = "1.2.0-{integration}"
22+
javaHTTPVersion = "1.2.0"
2323
jsonPatchVersion = "1.13.0"
2424
guavaVersion = "32.1.2-jre"
2525
guiceVersion = "6.0.0"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>io.fusionauth</groupId>
111111
<artifactId>java-http</artifactId>
112-
<version>1.2.0-{integration}</version>
112+
<version>1.2.0</version>
113113
<type>jar</type>
114114
<scope>compile</scope>
115115
<optional>false</optional>

prime-mvc.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
<orderEntry type="module-library">
127127
<library>
128128
<CLASSES>
129-
<root url="jar://$USER_HOME$/.savant/cache/io/fusionauth/java-http/1.2.0-{integration}/java-http-1.2.0-{integration}.jar!/" />
129+
<root url="jar://$MODULE_DIR$/.savant/cache/io/fusionauth/java-http/1.2.0/java-http-1.2.0.jar!/" />
130130
</CLASSES>
131131
<JAVADOC />
132132
<SOURCES>
133-
<root url="jar://$USER_HOME$/.savant/cache/io/fusionauth/java-http/1.2.0-{integration}/java-http-1.2.0-{integration}-src.jar!/" />
133+
<root url="jar://$MODULE_DIR$/.savant/cache/io/fusionauth/java-http/1.2.0/java-http-1.2.0-src.jar!/" />
134134
</SOURCES>
135135
</library>
136136
</orderEntry>

0 commit comments

Comments
 (0)