FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-cloud-java/java-logging/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
689
Pull requests
158
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-logging
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
118 lines (110 loc) · 4.32 KB
Breadcrumbs
google-cloud-java
/
java-logging
/
pom.xml
Copy path
File metadata and controls
118 lines (110 loc) · 4.32 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?
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-logging-parent</
artifactId
>
<
packaging
>pom</
packaging
>
<
version
>3.38.0-SNAPSHOT</
version
>
<!--
{x-version-update:google-cloud-logging:current}
-->
<
name
>Google Cloud Logging Parent</
name
>
<
url
>https://github.com/googleapis/google-cloud-java</
url
>
<
description
>
Java idiomatic client for Google Cloud Platform services.
</
description
>
<
parent
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-jar-parent</
artifactId
>
<
version
>1.91.0-SNAPSHOT</
version
>
<!--
{x-version-update:google-cloud-java:current}
-->
<
relativePath
>../google-cloud-jar-parent/pom.xml</
relativePath
>
</
parent
>
<
developers
>
<
developer
>
<
id
>chingor</
id
>
<
name
>Jeff Ching</
name
>
<
email
>chingor@google.com</
email
>
<
organization
>Google</
organization
>
<
roles
>
<
role
>Developer</
role
>
</
roles
>
</
developer
>
</
developers
>
<
organization
>
<
name
>Google LLC</
name
>
</
organization
>
<
scm
>
<
connection
>scm:git:git@github.com:googleapis/google-cloud-java.git</
connection
>
<
developerConnection
>scm:git:git@github.com:googleapis/google-cloud-java.git</
developerConnection
>
<
url
>https://github.com/googleapis/google-cloud-java</
url
>
<
tag
>HEAD</
tag
>
</
scm
>
<
issueManagement
>
<
url
>https://github.com/googleapis/google-cloud-java/issues</
url
>
<
system
>GitHub Issues</
system
>
</
issueManagement
>
<
licenses
>
<
license
>
<
name
>Apache-2.0</
name
>
<
url
>https://www.apache.org/licenses/LICENSE-2.0.txt</
url
>
</
license
>
</
licenses
>
<
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-logging-parent</
site
.installationModule>
</
properties
>
<
dependencyManagement
>
<
dependencies
>
<!--
{x-generated-dependencies-start}
-->
<
dependency
>
<
groupId
>com.google.api.grpc</
groupId
>
<
artifactId
>proto-google-cloud-logging-v2</
artifactId
>
<
version
>3.38.0-SNAPSHOT</
version
>
<!--
{x-version-update:proto-google-cloud-logging-v2:current}
-->
</
dependency
>
<
dependency
>
<
groupId
>com.google.api.grpc</
groupId
>
<
artifactId
>grpc-google-cloud-logging-v2</
artifactId
>
<
version
>3.38.0-SNAPSHOT</
version
>
<!--
{x-version-update:grpc-google-cloud-logging-v2:current}
-->
</
dependency
>
<
dependency
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-logging</
artifactId
>
<
version
>3.38.0-SNAPSHOT</
version
>
<!--
{x-version-update:google-cloud-logging:current}
-->
</
dependency
>
<!--
{x-generated-dependencies-end}
-->
</
dependencies
>
</
dependencyManagement
>
<
build
>
<
pluginManagement
>
<
plugins
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-dependency-plugin</
artifactId
>
<
configuration
>
<
ignoredUnusedDeclaredDependencies
>
<
ignoredUnusedDeclaredDependency
>javax.annotation:javax.annotation-api</
ignoredUnusedDeclaredDependency
>
<
ignoredUnusedDeclaredDependency
>org.objenesis:objenesis</
ignoredUnusedDeclaredDependency
>
<
ignoredUnusedDeclaredDependency
>org.jspecify:jspecify</
ignoredUnusedDeclaredDependency
>
</
ignoredUnusedDeclaredDependencies
>
</
configuration
>
</
plugin
>
</
plugins
>
</
pluginManagement
>
</
build
>
<
modules
>
<!--
{x-generated-modules-start}
-->
<
module
>google-cloud-logging</
module
>
<
module
>grpc-google-cloud-logging-v2</
module
>
<
module
>proto-google-cloud-logging-v2</
module
>
<!--
{x-generated-modules-end}
-->
<
module
>google-cloud-logging-bom</
module
>
</
modules
>
<
profiles
>
<!-- skip tests if bulkTests profile is enabled (when testing the rest of the monorepo) -->
<
profile
>
<
id
>bulkTests</
id
>
<
properties
>
<
skipTests
>true</
skipTests
>
</
properties
>
</
profile
>
</
profiles
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL