Skip to content

Commit 13ca23b

Browse files
#61 add back globus
1 parent 28106fd commit 13ca23b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jargon-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>commons-lang</groupId>
2525
<artifactId>commons-lang</artifactId>
2626
</dependency>
27-
<!--
27+
2828
<dependency>
2929
<groupId>org.jglobus</groupId>
3030
<artifactId>gss</artifactId>
@@ -35,7 +35,7 @@
3535
<groupId>org.bouncycastle</groupId>
3636
</exclusion>
3737
</exclusions>
38-
</dependency>-->
38+
</dependency>
3939
</dependencies>
4040
<build>
4141
<plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@
119119
</reporting>
120120
<dependencyManagement>
121121
<dependencies>
122-
<!-- <dependency>
122+
<dependency>
123123
<groupId>org.jglobus</groupId>
124124
<artifactId>gss</artifactId>
125125
<scope>compile</scope>
126126
<version>${globus.version}</version>
127127
<type>jar</type>
128-
</dependency> -->
128+
</dependency>
129129
<dependency>
130130
<groupId>antlr</groupId>
131131
<artifactId>antlr</artifactId>

0 commit comments

Comments
 (0)