File tree 4 files changed +50
-0
lines changed
4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+
5
+ <parent >
6
+ <groupId >org.jenkins-ci.plugins.aws-java-sdk</groupId >
7
+ <artifactId >aws-java-sdk-parent</artifactId >
8
+ <version >${revision} -${changelist} </version >
9
+ </parent >
10
+ <artifactId >aws-java-sdk-cloudwatch</artifactId >
11
+ <packaging >hpi</packaging >
12
+
13
+ <name >Amazon Web Services SDK :: CloudWatch</name >
14
+ <url >https://github.com/jenkinsci/aws-java-sdk-plugin</url >
15
+ <dependencies >
16
+ <dependency >
17
+ <groupId >${project.groupId} </groupId >
18
+ <artifactId >aws-java-sdk-minimal</artifactId >
19
+ <version >${project.version} </version >
20
+ </dependency >
21
+ <dependency >
22
+ <groupId >com.amazonaws</groupId >
23
+ <artifactId >aws-java-sdk-cloudwatch</artifactId >
24
+ <exclusions >
25
+ <exclusion >
26
+ <groupId >com.amazonaws</groupId >
27
+ <artifactId >aws-java-sdk-core</artifactId >
28
+ </exclusion >
29
+ <exclusion >
30
+ <groupId >com.amazonaws</groupId >
31
+ <artifactId >jmespath-java</artifactId >
32
+ </exclusion >
33
+ </exclusions >
34
+ </dependency >
35
+ </dependencies >
36
+ </project >
Original file line number Diff line number Diff line change
1
+ <?jelly escape-by-default =' true' ?>
2
+ <div >
3
+ CloudWatch module for the <a href =" https://aws.amazon.com/sdk-for-java/" >AWS SDK for Java</a >.
4
+ </div >
Original file line number Diff line number Diff line change 36
36
<groupId >com.amazonaws</groupId >
37
37
<artifactId >aws-java-sdk-cloudfront</artifactId >
38
38
</exclusion >
39
+ <exclusion >
40
+ <groupId >com.amazonaws</groupId >
41
+ <artifactId >aws-java-sdk-cloudwatch</artifactId >
42
+ </exclusion >
39
43
<exclusion >
40
44
<groupId >com.amazonaws</groupId >
41
45
<artifactId >aws-java-sdk-codebuild</artifactId >
146
150
<artifactId >aws-java-sdk-cloudfront</artifactId >
147
151
<version >${project.version} </version >
148
152
</dependency >
153
+ <dependency >
154
+ <groupId >org.jenkins-ci.plugins.aws-java-sdk</groupId >
155
+ <artifactId >aws-java-sdk-cloudwatch</artifactId >
156
+ <version >${project.version} </version >
157
+ </dependency >
149
158
<dependency >
150
159
<groupId >org.jenkins-ci.plugins.aws-java-sdk</groupId >
151
160
<artifactId >aws-java-sdk-codebuild</artifactId >
Original file line number Diff line number Diff line change 35
35
<module >aws-java-sdk-autoscaling</module >
36
36
<module >aws-java-sdk-cloudformation</module >
37
37
<module >aws-java-sdk-cloudfront</module >
38
+ <module >aws-java-sdk-cloudwatch</module >
38
39
<module >aws-java-sdk-codebuild</module >
39
40
<module >aws-java-sdk-codedeploy</module >
40
41
<module >aws-java-sdk-ec2</module >
You can’t perform that action at this time.
0 commit comments