We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27e6f5 commit a92295aCopy full SHA for a92295a
2 files changed
install.sh
@@ -8,7 +8,7 @@ readonly SCRIPT_DIR
8
readonly PATCHES_DIR="$SCRIPT_DIR/experiments/patches"
9
10
11
-readonly PROTOCOLSTATEFUZZER_COMMIT="2ce4e392"
+readonly PROTOCOLSTATEFUZZER_COMMIT="2b4e441"
12
readonly PROTOCOLSTATEFUZZER_REP_URL="https://github.com/protocol-fuzzing/protocol-state-fuzzer.git"
13
readonly PROTOCOLSTATEFUZZER_FOLDER="ProtocolState-Fuzzer"
14
pom.xml
@@ -83,11 +83,6 @@
83
</dependencyManagement>
84
85
<dependencies>
86
- <dependency>
87
- <groupId>de.learnlib</groupId>
88
- <artifactId>learnlib-api</artifactId>
89
- <version>${learnlib.version}</version>
90
- </dependency>
91
<dependency>
92
<groupId>com.github.protocolfuzzing</groupId>
93
<artifactId>protocolstatefuzzer</artifactId>
0 commit comments