Skip to content

Commit 2339da1

Browse files
committed
removed client library .java files, added .jar
1 parent 23e0090 commit 2339da1

File tree

111 files changed

+38
-78233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+38
-78233
lines changed

container-registry/container-analysis/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<name>containeranalysis</name>
1111
<url>http://maven.apache.org</url>
1212

13+
<!-- local maven repo contains container analysis client library -->
14+
<repositories>
15+
<repository>
16+
<id>project.local</id>
17+
<url>file:///${project.basedir}/repo</url>
18+
</repository>
19+
</repositories>
20+
1321
<!--
1422
The parent pom defines common style checks and testing strategies for our samples.
1523
Removing or replacing it should not affect the execution of the samples in anyway.
@@ -28,6 +36,11 @@
2836

2937
<dependencies>
3038
<!-- [START dependencies] -->
39+
<dependency>
40+
<groupId>com.google.cloud</groupId>
41+
<artifactId>google-cloud-containeranalysis</artifactId>
42+
<version>0.1.1-0</version>
43+
</dependency>
3144
<dependency>
3245
<groupId>com.google.cloud</groupId>
3346
<artifactId>google-cloud-pubsub</artifactId>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.google.cloud</groupId>
6+
<artifactId>google-cloud-containeranalysis</artifactId>
7+
<version>0.1.1-0</version>
8+
<description>POM was created from install:install-file</description>
9+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>com.google.cloud</groupId>
4+
<artifactId>google-cloud-containeranalysis</artifactId>
5+
<versioning>
6+
<release>0.1.1-0</release>
7+
<versions>
8+
<version>0.1.1-0</version>
9+
</versions>
10+
<lastUpdated>20180212185424</lastUpdated>
11+
</versioning>
12+
</metadata>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Manifest-Version: 1.0
2+
Main-Class: com.google.cloud.devtools.containeranalysis.v1alpha1.Sampl
3+
eApp
4+

0 commit comments

Comments
 (0)