Skip to content

Commit

Permalink
Fix missing 'xml' tags
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper314 committed Aug 11, 2023
1 parent ce275cb commit 8c16447
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/dev/components/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ By default, there is no service loaded so if you're using a component that makes
See the [Stores reference guide](../../reference/stores-guide/stores.md#cache-configuration) for configuration info.

If using an external cache service (anything found in the cache library) be sure to include the library as a dependency:
```
```xml
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>jcs-cache-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/components/libraries/bitmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The [bitmap library](https://github.com/gchq/Gaffer/tree/master/library/bitmap-library) module contains various libraries for Bitmaps.

In order to make use of the bitmap libraries you will need to include this library as a dependency:
```
```xml
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>bitmap-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/components/libraries/sketches.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The [sketches library](https://github.com/gchq/Gaffer/tree/master/library/sketches-library) module contains various libraries for sketches.

In order to make use of the sketches libraries you will need to include this library as a dependency:
```
```xml
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>sketches-library</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/components/libraries/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The [spark library](https://github.com/gchq/Gaffer/tree/master/library/spark/spark-library) contains various libraries for using Apache Spark with Gaffer.

In order to make use of the spark libraries you will need to include this library as a dependency:
```
```xml
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>spark-library</artifactId>
Expand All @@ -12,7 +12,7 @@ In order to make use of the spark libraries you will need to include this librar
```

To use spark with Accumulo you will need to include this dependency:
```
```xml
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>spark-accumulo-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/components/libraries/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ There is also a class that stores up to a maximum number N of timestamps. If mor

To use this library, you will need to include the following dependency:

```
```xml
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>time-library</artifactId>
Expand Down

0 comments on commit 8c16447

Please sign in to comment.