Skip to content

Commit 278b739

Browse files
committed
DLP => v2
(WIP) Pending tasks: -> Update / Add Tests -> Region tag / comment review -> Submit for code review + fixes -> Merge once google-cloud-java PR : googleapis/google-cloud-java#2958 is released
1 parent edb1883 commit 278b739

16 files changed

+1962
-779
lines changed

dlp/pom.xml

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,18 @@
4040
</properties>
4141

4242
<dependencies>
43-
<!-- [START dlp_maven] -->
4443
<dependency>
44+
<!-- TODO : update with release version -->
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-dlp</artifactId>
47-
<version>0.37.0-beta</version>
47+
<version>0.35.1-beta-SNAPSHOT</version>
48+
</dependency>
49+
<dependency>
50+
<!-- TODO : update with release version -->
51+
<groupId>com.google.cloud</groupId>
52+
<artifactId>google-cloud-pubsub</artifactId>
53+
<version>0.35.1-beta-SNAPSHOT</version>
4854
</dependency>
49-
<!-- [END dlp_maven] -->
5055
<dependency>
5156
<groupId>commons-cli</groupId>
5257
<artifactId>commons-cli</artifactId>
@@ -60,27 +65,27 @@
6065
</dependency>
6166
</dependencies>
6267
<!-- Build jar with dependencies for testing -->
63-
<build>
64-
<plugins>
65-
<plugin>
66-
<artifactId>maven-assembly-plugin</artifactId>
67-
<version>3.0.0</version>
68-
<configuration>
69-
<descriptorRefs>
70-
<descriptorRef>jar-with-dependencies</descriptorRef>
71-
</descriptorRefs>
72-
</configuration>
73-
<executions>
74-
<execution>
75-
<id>make-assembly</id> <!-- this is used for inheritance merges -->
76-
<phase>package</phase> <!-- bind to the packaging phase -->
77-
<goals>
78-
<goal>single</goal>
79-
</goals>
80-
</execution>
81-
</executions>
82-
</plugin>
83-
</plugins>
84-
</build>
68+
<build>
69+
<plugins>
70+
<plugin>
71+
<artifactId>maven-assembly-plugin</artifactId>
72+
<version>3.0.0</version>
73+
<configuration>
74+
<descriptorRefs>
75+
<descriptorRef>jar-with-dependencies</descriptorRef>
76+
</descriptorRefs>
77+
</configuration>
78+
<executions>
79+
<execution>
80+
<id>make-assembly</id> <!-- this is used for inheritance merges -->
81+
<phase>package</phase> <!-- bind to the packaging phase -->
82+
<goals>
83+
<goal>single</goal>
84+
</goals>
85+
</execution>
86+
</executions>
87+
</plugin>
88+
</plugins>
89+
</build>
8590
</project>
86-
<!-- [END pom] -->
91+
<!-- [END pom] -->

0 commit comments

Comments
 (0)