File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
database/spring-cloud-stream-binder-oracle-txeventq
spring-cloud-stream-binder-txeventq-sample Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mvn integration-test
29
29
To use in an application project, add the following dependencies apart from regular spring-cloud-stream project dependencies:
30
30
```
31
31
<dependency>
32
- <groupId>com.oracle.database.spring.cloud. stream. binder</groupId>
32
+ <groupId>com.oracle.database.spring.cloud- stream- binder</groupId>
33
33
<artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId>
34
34
<version>0.9.0</version>
35
35
</dependency>
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >com.oracle.database.spring.cloud. stream. binder</groupId >
4
+ <groupId >com.oracle.database.spring.cloud- stream- binder</groupId >
5
5
<artifactId >spring-cloud-stream-binder-oracle-txeventq</artifactId >
6
6
<version >0.9.0</version >
7
7
<packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ echo "Successfully deployed project to ${REPOSITORY_URL}/${REPOSITORY_NAME}"
48
48
PACKAGES=" $( mvn -Dexec.executable=' echo' -Dexec.args=' ${project.artifactId}' exec:exec -q) "
49
49
printf " The following artifacts have been created for upload:\n\n"
50
50
for PACKAGE in $PACKAGES ; do
51
- echo " com.oracle.database.spring.cloud. stream. binder:${PACKAGE} :${VERSION} "
51
+ echo " com.oracle.database.spring.cloud- stream- binder:${PACKAGE} :${VERSION} "
52
52
done
Original file line number Diff line number Diff line change 3
3
<!-- Copyright (c) 2024, Oracle and/or its affiliates. -->
4
4
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
5
5
<modelVersion >4.0.0</modelVersion >
6
- <groupId >com.oracle.database.spring.cloud. stream. binder</groupId >
6
+ <groupId >com.oracle.database.spring.cloud- stream- binder</groupId >
7
7
<artifactId >spring-cloud-stream-binder-txeventq-sample</artifactId >
8
8
<version >1.0.0</version >
9
9
<packaging >jar</packaging >
52
52
53
53
<dependencies >
54
54
<dependency >
55
- <groupId >com.oracle.database.spring.cloud. stream. binder</groupId >
55
+ <groupId >com.oracle.database.spring.cloud- stream- binder</groupId >
56
56
<artifactId >spring-cloud-stream-binder-oracle-txeventq</artifactId >
57
57
<version >${txeventq.streambinder.version} </version >
58
58
</dependency >
You can’t perform that action at this time.
0 commit comments