Skip to content

Commit 6ee06c6

Browse files
authored
get aqapi from maven central (#444)
1 parent 36bc6fc commit 6ee06c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

code-teq/javaTeq/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
<groupId>com.oracle.database.messaging</groupId>
3434
<artifactId>aqapi</artifactId>
3535
<version>21.3.0.0</version>
36-
<scope>system</scope>
37-
<systemPath>/home/mark/src/aqapi.jar</systemPath>
3836
</dependency>
3937
<dependency>
4038
<groupId>javax.jms</groupId>
@@ -74,4 +72,4 @@
7472
</plugins>
7573
</build>
7674

77-
</project>
75+
</project>

0 commit comments

Comments
 (0)