File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
service-sdk/12.0.0/create-outbound-integration-service-openapi/example-integration-service Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 65
65
</dependency >
66
66
<!-- end::spec-and-dependency[] -->
67
67
</dependencies >
68
- <!-- tag::build[] -->
68
+
69
69
<build >
70
70
<plugins >
71
+ <!-- tag::maven-plugin[] -->
71
72
<plugin >
72
73
<groupId >org.apache.maven.plugins</groupId >
73
74
<artifactId >maven-dependency-plugin</artifactId >
99
100
</execution >
100
101
</executions >
101
102
</plugin >
103
+ <!-- end::maven-plugin[] -->
102
104
105
+ <!-- tag::boat-plugin[] -->
103
106
<plugin >
104
107
<groupId >com.backbase.oss</groupId >
105
108
<artifactId >boat-maven-plugin</artifactId >
122
125
</execution >
123
126
</executions >
124
127
</plugin >
128
+ <!-- end::boat-plugin[] -->
125
129
</plugins >
126
130
</build >
127
- <!-- end::build[] -->
131
+
128
132
</project >
You can’t perform that action at this time.
0 commit comments