File tree 5 files changed +26
-6
lines changed
5 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1
- # (c) Copyright 2015-2017 Hewlett-Packard Enterprise Development Company , L.P.
1
+ # (c) Copyright 2015-2017 Micro Focus , L.P.
2
2
# All rights reserved. This program and the accompanying materials
3
3
# are made available under the terms of the Apache License v2.0 which accompany this distribution.
4
4
#
5
5
# The Apache License is available at
6
6
# http://www.apache.org/licenses/LICENSE-2.0
7
7
#
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+ #
8
14
# #######################################################################################################################
9
15
10
16
general :
@@ -14,7 +20,7 @@ general:
14
20
test :
15
21
pre :
16
22
- >
17
- wget https://github.com/CloudSlang/cloud-slang/releases/download/cloudslang-1.0.10 /cslang-builder.zip
23
+ wget https://github.com/CloudSlang/cloud-slang/releases/download/cloudslang-1.0.18 /cslang-builder.zip
18
24
&& unzip cslang-builder.zip
19
25
&& chmod +x cslang-builder/bin/cslang-builder
20
26
override : # compile ./code directory
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The example below shows how to use the compiler:
24
24
<plugins >
25
25
[...]
26
26
<plugin >
27
+ <groupId >org.apache.maven.plugins</groupId >
27
28
<artifactId >maven-compiler-plugin</artifactId >
28
29
<version >3.5.1</version >
29
30
<configuration >
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Embed CloudSlang in a Java Application
19
19
<dependency >
20
20
<groupId >io.cloudslang</groupId >
21
21
<artifactId >score-all</artifactId >
22
- <version >0.3.28 </version >
22
+ <version >0.3.48 </version >
23
23
</dependency >
24
24
25
25
<dependency >
26
26
<groupId >io.cloudslang.lang</groupId >
27
27
<artifactId >cloudslang-all</artifactId >
28
- <version >0.9.60 </version >
28
+ <version >1.0.18 </version >
29
29
</dependency >
30
30
31
31
<dependency >
Original file line number Diff line number Diff line change @@ -85,12 +85,17 @@ dependencies depicted in the diagram below.
85
85
86
86
- consul
87
87
- coreos
88
+ - couchbase
88
89
- digital_ocean
89
90
90
91
- v2
91
92
92
93
- docker
93
94
- git
95
+ - google
96
+
97
+ - compute
98
+
94
99
- hashicorp
95
100
96
101
- vault
@@ -104,6 +109,10 @@ dependencies depicted in the diagram below.
104
109
- jenkins
105
110
- marathon
106
111
- maven
112
+ - microfocus
113
+
114
+ - dca
115
+
107
116
- microsoft
108
117
109
118
- azure
@@ -114,6 +123,7 @@ dependencies depicted in the diagram below.
114
123
115
124
- openshift
116
125
- openstack
126
+ - slack
117
127
- stackato
118
128
- twilio
119
129
@@ -131,6 +141,7 @@ dependencies depicted in the diagram below.
131
141
- cs-azure
132
142
- cs-commons
133
143
- cs-couchbase
144
+ - cs-microfocus-dca
134
145
- cs-database
135
146
- cs-date-time
136
147
- cs-google
@@ -141,6 +152,7 @@ dependencies depicted in the diagram below.
141
152
- cs-powershell
142
153
- cs-rft
143
154
- cs-ssh
155
+ - cs-utilities
144
156
- cs-vmware
145
157
- cs-xml
146
158
@@ -161,6 +173,7 @@ dependencies depicted in the diagram below.
161
173
- **cloudslang-cli ** - npm cloudslang-cli
162
174
- **cs-intellij-plugin ** - CloudSlang Intellij Plugin
163
175
- **cs-content-generator ** - Tool to convert Java Actions to .sl files
176
+ - **cs-content-packager ** - Tool to package CloudSlang content
164
177
165
178
Contribution Guide
166
179
==================
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Embed Score in a Java Application
19
19
<dependency >
20
20
<groupId >io.cloudslang</groupId >
21
21
<artifactId >score-all</artifactId >
22
- <version >0.3.28 </version >
22
+ <version >0.3.48 </version >
23
23
</dependency >
24
24
25
25
<dependency >
@@ -44,7 +44,7 @@ Embed Score in a Java Application
44
44
45
45
<score : worker uuid =" -1" />
46
46
47
- <bean class =" io.openscore .example.ScoreEmbed" />
47
+ <bean class =" io.cloudslang .example.ScoreEmbed" />
48
48
</beans >
49
49
50
50
- Interact with Score using the `Score API <#score-api >`__.
You can’t perform that action at this time.
0 commit comments