We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13cec commit 5fb8d0fCopy full SHA for 5fb8d0f
service/pom.xml
@@ -11,7 +11,7 @@
11
<powermock.version>1.5.4</powermock.version>
12
<jackson-version>2.7.3</jackson-version>
13
<core.api.version>4.0.0</core.api.version>
14
- <supply-library.version>1.0.15-SNAPSHOT</supply-library.version>
+ <supply-library.version>1.0.16-SNAPSHOT</supply-library.version>
15
</properties>
16
17
<build>
service/src/main/resources/review-service.yaml
@@ -1,5 +1,7 @@
1
authRealm: tcjwt
2
-authDomain: topcoder-dev.com
+authDomain: "${AUTH_DOMAIN}"
3
+
4
+useResponseFilter: false
5
6
# Database settings.
7
0 commit comments