FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-cloud-java/java-securityposture/pom.xml at main · googleapis/google-cloud-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-cloud-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
2.1k
Code
Issues
687
Pull requests
154
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
google-cloud-java
/
java-securityposture
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (53 loc) · 2.52 KB
Breadcrumbs
google-cloud-java
/
java-securityposture
/
pom.xml
Copy path
File metadata and controls
58 lines (53 loc) · 2.52 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?
xml
version
=
'
1.0
'
encoding
=
'
UTF-8
'
?>
<
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/xsd/maven-4.0.0.xsd
"
>
<
modelVersion
>4.0.0</
modelVersion
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-securityposture-parent</
artifactId
>
<
packaging
>pom</
packaging
>
<
version
>0.61.0-SNAPSHOT</
version
>
<!--
{x-version-update:google-cloud-securityposture:current}
-->
<
name
>Google Security Posture API Parent</
name
>
<
description
>
Java idiomatic client for Google Cloud Platform services.
</
description
>
<
parent
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-jar-parent</
artifactId
>
<
version
>1.90.0-SNAPSHOT</
version
>
<!--
{x-version-update:google-cloud-java:current}
-->
<
relativePath
>../google-cloud-jar-parent/pom.xml</
relativePath
>
</
parent
>
<
properties
>
<
project
.build.sourceEncoding>UTF-8</
project
.build.sourceEncoding>
<
project
.reporting.outputEncoding>UTF-8</
project
.reporting.outputEncoding>
<
github
.global.server>github</
github
.global.server>
<
site
.installationModule>google-cloud-securityposture-parent</
site
.installationModule>
</
properties
>
<
dependencyManagement
>
<
dependencies
>
<!--
{x-generated-dependencies-start}
-->
<
dependency
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-securityposture</
artifactId
>
<
version
>0.61.0-SNAPSHOT</
version
>
<!--
{x-version-update:google-cloud-securityposture:current}
-->
</
dependency
>
<
dependency
>
<
groupId
>com.google.api.grpc</
groupId
>
<
artifactId
>grpc-google-cloud-securityposture-v1</
artifactId
>
<
version
>0.61.0-SNAPSHOT</
version
>
<!--
{x-version-update:grpc-google-cloud-securityposture-v1:current}
-->
</
dependency
>
<
dependency
>
<
groupId
>com.google.api.grpc</
groupId
>
<
artifactId
>proto-google-cloud-securityposture-v1</
artifactId
>
<
version
>0.61.0-SNAPSHOT</
version
>
<!--
{x-version-update:proto-google-cloud-securityposture-v1:current}
-->
</
dependency
>
<!--
{x-generated-dependencies-end}
-->
</
dependencies
>
</
dependencyManagement
>
<
modules
>
<!--
{x-generated-modules-start}
-->
<
module
>google-cloud-securityposture</
module
>
<
module
>grpc-google-cloud-securityposture-v1</
module
>
<
module
>proto-google-cloud-securityposture-v1</
module
>
<!--
{x-generated-modules-end}
-->
<
module
>google-cloud-securityposture-bom</
module
>
</
modules
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL