Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!25
WIP: Fix kieker dependency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Fix kieker dependency
stu202077/theodolite:fix/kiekerDependency
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
Closed
Björn Vonheiden
requested to merge
stu202077/theodolite:fix/kiekerDependency
into
master
5 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
Fix the kieker dependency, because the old one was not available anymore.
Edited
5 years ago
by
Björn Vonheiden
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
dbcb69eb
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build.gradle
+
1
−
1
Options
@@ -59,7 +59,7 @@ configure(useCaseProjects) {
dependencies
{
// These dependencies is exported to consumers, that is to say found on their compile classpath.
api
(
'org.industrial-devops:titan-ccp-common:0.0.3-SNAPSHOT'
)
{
changing
=
true
}
api
'net.kieker-monitoring:kieker:1.14
-SNAPSHOT
'
api
'net.kieker-monitoring:kieker:1.14'
api
'net.sourceforge.teetime:teetime:3.0'
// These dependencies are used internally, and not exposed to consumers on their own compile classpath.
Loading