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 f2c6332 commit 23b14ebCopy full SHA for 23b14eb
.github/workflows/build.yml
@@ -46,7 +46,8 @@ jobs:
46
openicf/bin/openicf.sh stop
47
rm -rf openicf/logs/*
48
else
49
- brew install coreutils jsvc
+ brew update
50
+ brew install coreutils jsvc
51
fi
52
openicf/bin/ConnectorServer.sh /run &
53
timeout 2m bash -c 'until grep -q "ConnectorServer listening on" openicf/logs/ConnectorServer.log ; do sleep 5; done'
pom.xml
@@ -177,7 +177,7 @@
177
<dependency>
178
<groupId>org.openidentityplatform.opendj</groupId>
179
<artifactId>opendj-parent</artifactId>
180
- <version>5.0.3</version>
+ <version>5.0.4</version>
181
<type>pom</type>
182
<scope>import</scope>
183
</dependency>
0 commit comments