Skip to content
Snippets Groups Projects
Commit 876834d9 authored by Barclay Walsh's avatar Barclay Walsh
Browse files

Fixed for the refactor.

parent 5883cca9
No related branches found
No related tags found
1 merge request!6Trusted ibm
Showing
with 19 additions and 9 deletions
......@@ -78,8 +78,18 @@
<module>provider/indexer-gcp</module>
</modules>
</profile>
<profile>
<id>indexer-aws</id>
<activation>
<property>
<name>provider</name>
<value>indexer-aws</value>
</property>
</activation>
<modules>
<module>provider/indexer-aws</module>
</modules>
</profile>
</profiles>
<modules> <module>indexer-service-aws</module>
</modules>
</project>
......@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<artifactId>indexer-core</artifactId>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.opengroup.osdu.indexer.aws</groupId>
<artifactId>indexer-service-aws</artifactId>
<artifactId>indexer-aws</artifactId>
<version>1.0-SNAPSHOT</version>
<name>indexer-service-aws</name>
<name>indexer-aws</name>
<dependencies>
<dependency>
<groupId>org.opengroup.osdu.indexer</groupId>
......@@ -29,9 +29,9 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>aws-osdu-util</artifactId>
<version>0.0.5</version>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment