Skip to content

Commit

Permalink
Merge pull request #124 from CJSCommonPlatform/reorganize-modules
Browse files Browse the repository at this point in the history
Reorganise modules to move them to root level
  • Loading branch information
santhosh-kumar3 authored Jan 16, 2024
2 parents 9a92c77 + 3f98b4d commit 6c6a254
Show file tree
Hide file tree
Showing 353 changed files with 534 additions and 568 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -114,7 +114,7 @@
</executions>
<dependencies>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-command-handler</artifactId>
<version>${project.version}</version>
<classifier>raml</classifier>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,7 +43,7 @@
<artifactId>command-handler-interceptors</artifactId>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-domain</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
514 changes: 0 additions & 514 deletions example-context/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-custom</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -76,12 +76,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-persistence</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-domain</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -60,12 +60,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-persistence</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-domain</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -56,12 +56,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-persistence</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-domain</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>uk.gov.justice.services.example</groupId>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -233,7 +233,7 @@
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-event-source</artifactId>
<classifier>yaml</classifier>
<version>${project.version}</version>
Expand Down Expand Up @@ -282,7 +282,7 @@
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-event-source</artifactId>
<classifier>yaml</classifier>
<version>${project.version}</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>uk.gov.justice.services.example</groupId>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<artifactId>example-integration-test</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-domain</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down Expand Up @@ -115,7 +115,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-persistence</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down Expand Up @@ -300,7 +300,7 @@
<version>${event-store.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-liquibase</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -331,7 +331,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<dependencies>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-service</artifactId>
<version>${project.version}</version>
<type>war</type>
Expand Down Expand Up @@ -366,7 +366,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-service</artifactId>
<version>${project.version}</version>
<type>war</type>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-query</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -83,7 +83,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-persistence</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
Expand Down Expand Up @@ -123,7 +123,7 @@
<version>${javaee-api.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-query-view</artifactId>
<version>${project.version}</version>
<classifier>raml</classifier>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>example-query</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<version>17.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -39,7 +39,7 @@
<artifactId>rest-adapter-core</artifactId>
</dependency>
<dependency>
<groupId>uk.gov.justice.services.example</groupId>
<groupId>uk.gov.justice.example</groupId>
<artifactId>example-viewstore-persistence</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Loading

0 comments on commit 6c6a254

Please sign in to comment.